 wx.html.HtmlRenderingState
  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
 Class Hierarchy

Inheritance diagram for class 
HtmlRenderingState:
 
 
 Methods Summary
 Methods Summary
 
 Properties Summary
 Properties Summary
 
 Class API
 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 - GetBgColourand- SetBgColour
 
 
 
 - 
- 
BgMode
- See - GetBgModeand- SetBgMode
 
 
 
 - 
- 
FgColour
- See - GetFgColourand- SetFgColour
 
 
 
 - 
- 
SelectionState
- See - GetSelectionStateand- SetSelectionState