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
Inheritance diagram for class
HtmlRenderingState:
Methods Summary
Properties Summary
Class API
-
class
wx.html.
HtmlRenderingState
(object)
Possible constructors:
Selection state is passed to HtmlCell.Draw so that it can render
itself differently e.g.
Methods
-
__init__
(self)
-
GetBgColour
(self)
-
-
GetBgMode
(self)
-
-
GetFgColour
(self)
-
-
GetSelectionState
(self)
-
-
SetBgColour
(self, c)
-
-
SetBgMode
(self, m)
-
-
SetFgColour
(self, c)
-
-
SetSelectionState
(self, s)
-
Properties
-
BgColour
See GetBgColour
and SetBgColour
-
BgMode
See GetBgMode
and SetBgMode
-
FgColour
See GetFgColour
and SetFgColour
-
SelectionState
See GetSelectionState
and SetSelectionState