phoenix_title 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.


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlRenderingInfo:

method_summary Methods Summary

__init__

Default constructor.

GetSelection

GetState

GetStyle

SetSelection

Accessors.

SetStyle


property_summary Properties Summary

Selection

See GetSelection and SetSelection

State

See GetState

Style

See GetStyle and SetStyle


api 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:

wx.html.HtmlSelection



GetState(self)
Return type:

wx.html.HtmlRenderingState



GetStyle(self)
Return type:

wx.html.HtmlRenderingStyle



SetSelection(self, s: HtmlSelection)

Accessors.

Parameters:

s (wx.html.HtmlSelection)

Return type:

None



SetStyle(self, style: HtmlRenderingStyle)
Parameters:

style (wx.html.HtmlRenderingStyle)

Return type:

None


Properties

Selection

See GetSelection and SetSelection



State

See GetState



Style

See GetStyle and SetStyle