A mix-in class for frames that will have a Shell or a Crust window and that want to add history, startupScript and other common functionality.
wx.py.crust.CrustFrame
, wx.py.shell.ShellFrame
, wx.py.sliceshell.SlicesShellFrame
Initialize self. See help(type(self)) for accurate signature. |
|
Display a Help window. |
|
ShellFrameMixin
¶A mix-in class for frames that will have a Shell or a Crust window and that want to add history, startupScript and other common functionality.
__init__
(self, config, dataDir)¶Initialize self. See help(type(self)) for accurate signature.
bufferHasChanged
(self)¶bufferSave
(self)¶EditStartupScript
(self)¶LoadHistory
(self)¶LoadSettings
(self)¶OnHelp
(self, event)¶Display a Help window.
SaveHistory
(self)¶SaveSettings
(self, force=False)¶