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.
See |
|
See |
|
See |
wx.html.
HtmlRenderingState
(object)¶Possible constructors:
HtmlRenderingState() -> None
Selection state is passed to HtmlCell.Draw so that it can render itself differently e.g.
__init__
(self)¶None
GetBgColour
(self)¶Colour
GetBgMode
(self)¶int
GetFgColour
(self)¶Colour
GetSelectionState
(self)¶SetBgMode
(self, m : int)¶m (int) –
None
SetSelectionState
(self, s : HtmlSelectionState)¶s (HtmlSelectionState) –
None
BgColour
¶See GetBgColour
and SetBgColour
FgColour
¶See GetFgColour
and SetFgColour
SelectionState
¶See GetSelectionState
and SetSelectionState