wx.html.HtmlModalHelp

Inheritance diagram for wx.html.HtmlModalHelp:



Description

This class uses wx.html.HtmlHelpController to display help in a modal dialog.

This is useful on platforms such as wxMac where if you display help from a modal dialog, the help window must itself be a modal dialog.

Methods Summary

Class API

Methods

__init__(parent, helpFile, topic="", style=wx.html.HF_DEFAULT_STYLE|wx.html.HF_DIALOG|wx.html.HF_MODAL)

Constructor.

Parameters:

  • parent (wx.Window): The parent of the dialog.
  • helpFile (string): HTML file to show.
  • topic (string): An optional topic. If empty, the help contents will be shown.
  • style (int): A combination of style flags from wx.html.HtmlHelpController.__init__

Returns:

wx.html.HtmlModalHelp