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