A simple wx.Frame
container for the basic help provided to ShortcutEditor
.
The help page is actually straightly derived from:
http://graphicssoft.about.com/od/gimptutorials/tp/keyboard-shortcut-editor.htm
Default class constructor. |
|
Creates a toolbar for |
|
Handles the |
|
Handles all the |
|
Handles all the |
A simple wx.Frame
container for the basic help provided to ShortcutEditor
.
The help page is actually straightly derived from:
http://graphicssoft.about.com/od/gimptutorials/tp/keyboard-shortcut-editor.htm
Default class constructor.
parent – an instance of ShortcutEditor
;
htmlFile (string) – a valid HTML file containing either the default help or your particular definition of help.
Creates a toolbar for HTMLHelpWindow
containing the standard browsing
buttons like Back, Forward, Home, Refresh
and Print.
toolbar – an instance of ToolBar
.
Handles the wx.EVT_CLOSE
event for HTMLHelpWindow
.
event – an instance of CloseEvent
.
Handles all the wx.EVT_TOOL
events for HTMLHelpWindow
.
event – an instance of CommandEvent
.
Handles all the wx.EVT_UPDATE_UI
events for HTMLHelpWindow
.
event – an instance of UpdateUIEvent
.