wx.html.HtmlRenderingInfo¶
This class contains information given to cells when drawing them.
Contains rendering state, selection information and rendering style object that can be used to customize the output.
See also
Class Hierarchy¶
Methods Summary¶
Default constructor. |
|
Accessors. |
|
Properties Summary¶
See |
|
See |
|
Class API¶
- class wx.html.HtmlRenderingInfo(object)¶
Possible constructors:
HtmlRenderingInfo() -> None
This class contains information given to cells when drawing them.
Methods¶
- __init__(self)¶
Default constructor.
- Return type:
None
- GetSelection(self)¶
- Return type:
- GetState(self)¶
- Return type:
- GetStyle(self)¶
- Return type:
- SetSelection(self, s)¶
Accessors.
- Parameters:
- Return type:
None
- SetStyle(self, style)¶
- Parameters:
style (wx.html.HtmlRenderingStyle)
- Return type:
None
Properties¶
- Selection¶
See
GetSelection
andSetSelection