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

Accessors.

GetState

Accessors.

GetStyle

Accessors.

SetSelection

Accessors.

SetStyle

Accessors.


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()

This class contains information given to cells when drawing them.


Methods

__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) –


Properties

Selection

See GetSelection and SetSelection



State

See GetState



Style

See GetStyle and SetStyle