(dp1
S'HtmlWinParser'
p2
VThis class is derived from :ref:`wx.html.HtmlParser` and its main goal is to parse HTML input so that it can be displayed in :ref:`wx.html.HtmlWindow`.
p3
sS'__module_docstring'
p4
S"This module contains a widget class and supporting classes for a generic HTML\nrenderer. It supports only a subset of the HTML standards, and no Javascript\nor CSS, but it is relatively lightweight and has no platform dependencies. It\nis suitable for displaying simple HTML documents, such as the application's\ndocumentation or built-in help pages.\n\n.. note:: Due to some internal dynamic initialization in wxWidgets, this\n module should be imported **before** the :class:`wx.App` object is\n created.\n"
p5
sS'HtmlTag'
p6
S'This class represents a single HTML tag.'
p7
sS'HtmlPrintout'
p8
S'This class serves as printout class for HTML documents.'
p9
sS'HtmlWidgetCell'
p10
V:ref:`wx.html.HtmlWidgetCell` is a class that provides a connection between HTML cells and widgets (an object derived from :ref:`wx.Window`).
p11
sS'HtmlWindowInterface'
p12
VAbstract interface to a HTML rendering window (such as :ref:`wx.html.HtmlWindow` or :ref:`wx.html.HtmlListBox`) that is passed to :ref:`wx.html.HtmlWinParser`.
p13
sS'HtmlLinkInfo'
p14
S'This class stores all necessary information about hypertext links (as represented by tag in HTML documents).'
p15
sS'HtmlCellEvent'
p16
VThis event class is used for the events generated by :ref:`wx.html.HtmlWindow`.
p17
sS'HtmlRenderingInfo'
p18
S'This class contains information given to cells when drawing them.'
p19
sS'HtmlListBox'
p20
V:ref:`wx.html.HtmlListBox` is an implementation of :ref:`wx.VListBox` which shows HTML content in the listbox rows.
p21
sS'HtmlHelpData'
p22
VThis class is used by :ref:`wx.html.HtmlHelpController` and :ref:`wx.html.HtmlHelpFrame` to access HTML help items.
p23
sS'HtmlDCRenderer'
p24
S'This class can render HTML document into a specified area of a DC.'
p25
sS'HtmlParser'
p26
VClasses derived from this handle the **generic** parsing of HTML documents: it scans the document and divide it into blocks of tags (where one block consists of beginning and ending tag and of text between these two tags).
p27
sS'HtmlFontCell'
p28
S'This cell represents a font change in the document stream.'
p29
sS'HtmlLinkEvent'
p30
S'This event class is used for the events generated by :ref:`wx.html.HtmlWindow`.'
p31
sS'HtmlRenderingStyle'
p32
S':ref:`wx.html.HtmlSelection` is data holder with information about text selection.'
p33
sS'HtmlCell'
p34
VInternal data structure.
p35
sS'SimpleHtmlListBox'
p36
V:ref:`wx.html.SimpleHtmlListBox` is an implementation of :ref:`wx.html.HtmlListBox` which shows HTML content in the listbox rows.
p37
sS'HtmlWordCell'
p38
S'This html cell represents a single word or text fragment in the document stream.'
p39
sS'HtmlHelpFrame'
p40
VThis class is used by :ref:`wx.html.HtmlHelpController` to display help.
p41
sS'HtmlFilter'
p42
VThis class is the parent class of input filters for :ref:`wx.html.HtmlWindow`.
p43
sS'HtmlTagHandler'
p44
S''
sS'HtmlSelection'
p45
S''
sS'HtmlColourCell'
p46
S'This cell changes the colour of either the background or the foreground.'
p47
sS'HtmlWinTagHandler'
p48
VThis is basically :ref:`wx.html.HtmlTagHandler` except that it is extended with protected member m_WParser pointing to the :ref:`wx.html.HtmlWinParser` object (value of this member is identical to :ref:`wx.html.HtmlParser`'s m_Parser).
p49
sS'HtmlHelpController'
p50
VThis help controller provides an easy way of displaying HTML help in your application (see :ref:`HTML Sample `, test example).
p51
sS'HtmlHelpDataItem'
p52
S'Helper class for :ref:`wx.html.HtmlHelpData`.'
p53
sS'HtmlBookRecord'
p54
S'Helper class for :ref:`wx.html.HtmlHelpData`.'
p55
sS'HtmlEasyPrinting'
p56
S'This class provides very simple interface to printing architecture.'
p57
sS'HtmlWordWithTabsCell'
p58
S':ref:`wx.html.HtmlWordCell` is a specialization for storing text fragments with embedded tab characters.'
p59
sS'HtmlHelpWindow'
p60
VThis class is used by :ref:`wx.html.HtmlHelpController` to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window.
p61
sS'HtmlHelpDialog'
p62
VThis class is used by :ref:`wx.html.HtmlHelpController` to display help.
p63
sS'HtmlWindow'
p64
V:ref:`wx.html.HtmlWindow` is probably the only class you will directly use unless you want to do something special (like adding new tag handlers or MIME filters).
p65
sS'HtmlModalHelp'
p66
S'This class uses :ref:`wx.html.HtmlHelpController` to display help in a modal dialog.'
p67
sS'HtmlContainerCell'
p68
S'The :ref:`wx.html.HtmlContainerCell` class is an implementation of a cell that may contain more cells in it.'
p69
sS'HtmlRenderingState'
p70
S'Selection state is passed to :meth:`wx.html.HtmlCell.Draw` so that it can render itself differently e.g.'
p71
s.