wx.html.HtmlRenderingState¶
Selection state is passed to wx.html.HtmlCell.Draw
so that it can render itself differently e.g.
when inside text selection or outside it.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
|
See |
|
See |
Class API¶
- class wx.html.HtmlRenderingState(object)¶
Possible constructors:
HtmlRenderingState() -> None
Selection state is passed to HtmlCell.Draw so that it can render itself differently e.g.
Methods¶
- __init__(self)¶
- Return type:
None
- GetBgColour(self)¶
- Return type:
Colour
- GetBgMode(self)¶
- Return type:
int
- GetFgColour(self)¶
- Return type:
Colour
- GetSelectionState(self)¶
- Return type:
- SetBgMode(self, m)¶
- Parameters:
m (int)
- Return type:
None
- SetSelectionState(self, s)¶
- Parameters:
- Return type:
None
Properties¶
- BgColour¶
See
GetBgColour
andSetBgColour
- FgColour¶
See
GetFgColour
andSetFgColour
- SelectionState¶
See
GetSelectionState
andSetSelectionState