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