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
Cells and Containers, wx.html.HtmlCell
Default constructor. |
|
Accessors. |
|
Accessors. |
|
Accessors. |
|
Accessors. |
|
Accessors. |
See |
|
See |
|
wx.html.
HtmlRenderingInfo
(object)¶Possible constructors:
HtmlRenderingInfo() -> None
This class contains information given to cells when drawing them.
__init__
(self)¶Default constructor.
None
GetSelection
(self)¶Accessors.
GetState
(self)¶Accessors.
GetStyle
(self)¶Accessors.
SetSelection
(self, s : HtmlSelection)¶Accessors.
s (wx.html.HtmlSelection) –
None
SetStyle
(self, style : HtmlRenderingStyle)¶Accessors.
style (wx.html.HtmlRenderingStyle) –
None
Selection
¶See GetSelection
and SetSelection