wx.html.HtmlHelpFrame

Inheritance diagram for wx.html.HtmlHelpFrame:



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


AddGrabIfNeeded()
No docstrings available for this method.

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

Creates the dialog.

Parameters:


Returns:

bool


Display(x)

See wx.html.HtmlHelpController.Display

Parameters:

  • x (string)

DisplayContents()
See wx.html.HtmlHelpController.DisplayContents

DisplayID(x)

See wx.html.HtmlHelpController.DisplayId

Parameters:

  • x (int)

DisplayIndex()
See wx.html.HtmlHelpController.DisplayIndex

GetController()

Returns the help controller associated with the frame.


Returns:

wx.html.HtmlHelpController


GetData()
No docstrings available for this method.

GetHelpWindow()
No docstrings available for this method.

KeywordSearch(keyword, mode=wx.html.HELP_SEARCH_ALL)

See wx.html.HtmlHelpController.KeywordSearch

Parameters:

  • keyword (string)
  • mode (int)

ReadCustomization(cfg, path="")

Reads the user’s settings for this frame, see wx.html.HtmlHelpController.ReadCustomization

Parameters:


SetController(contoller)

Sets the help controller associated with the frame.

Parameters:


SetTitleFormat(format)

Sets the frame’s title format.

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

Parameters:

  • format (string)

UseConfig(config, rootpath='')

See wx.html.HtmlHelpController.UseConfig

Parameters:


WriteCustomization(cfg, path="")

Saves the user’s settings for this frame (see wx.html.HtmlHelpController.WriteCustomization).

Parameters:


Properties

Controller
See GetController and SetController
Data
See GetData
HelpWindow
See GetHelpWindow