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