wx.html.HtmlHelpDialog

Inheritance diagram for wx.html.HtmlHelpDialog:



Description

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.

Properties Summary

Class API

Methods

__init__(parent, id, title="", style=wx.html.HF_DEFAULT_STYLE, data=None)

Constructor.

Parameters:


Returns:

wx.html.HtmlHelpDialog


Create(parent, id, title="", style=wx.html.HF_DEFAULT_STYLE)

Creates the dialog.

Parameters:


Returns:

bool


GetController()

Returns the help controller associated with the dialog.


Returns:

wx.html.HtmlHelpController


GetData()
No docstrings available for this method.

GetHelpWindow()
No docstrings available for this method.

SetController(controller)

Sets the help controller associated with the dialog.

Parameters:


SetTitleFormat(format)

Sets the dialog’s title format.

format must contain exactly one “%s” (it will be replaced by the page title).

Parameters:

  • format (string)

Properties

Controller
See GetController and SetController
Data
See GetData
HelpWindow
See GetHelpWindow