This class is used by wx.html.HtmlHelpController to display help.
It is an internal class and should not be used directly - except for the case when youâre writing your own HTML help controller.
Class Hierarchy¶Inheritance diagram for class
HtmlHelpFrame:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
HtmlHelpFrame(data=None) -> None HtmlHelpFrame(parent, id=ID_ANY, title='', style=HF_DEFAULT_STYLE, data=None, config=None, rootpath='') -> None
This class is used by HtmlHelpController to display help.
__init__ (self, data=None)
data (wx.html.HtmlHelpData)
None
__init__ (self, parent, id=ID_ANY, title=ââ, style=HF_DEFAULT_STYLE, data=None, config=None, rootpath=ââ)
Constructor.
For the possible values of style, please see wx.html.HtmlHelpController.
parent (wx.Window)
id (wx.WindowID)
title (string)
style (int)
data (wx.html.HtmlHelpData)
config (wx.ConfigBase)
rootpath (string)
None
You may override this virtual method to add more buttons to the help windowâs toolbar.
toolBar is a pointer to the toolbar and style is the style flag as passed to the Create
method.
wx.ToolBar.Realize
is called immediately after returning from this function.
toolBar (wx.ToolBar)
style (int)
None
Creates the frame.
See the constructor for a description of the parameters.
parent (wx.Window)
id (wx.WindowID)
title (string)
style (int)
config (wx.ConfigBase)
rootpath (string)
bool
variant (WindowVariant)
VisualAttributes
Returns the help controller associated with the frame.
Sets the help controller associated with the frame.
controller (wx.html.HtmlHelpController)
None
Sets the frameâs title format.
format must contain exactly one â%sâ (it will be replaced by the page title).
format (string)
None
See GetController
and SetController
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4