 
       wx.py.frame.ShellFrameMixin¶
  wx.py.frame.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.
 Methods Summary¶
 Methods Summary¶| __init__ | |
| bufferHasChanged | |
| bufferSave | |
| EditStartupScript | |
| LoadHistory | |
| LoadSettings | |
| OnHelp | Display a Help window. | 
| SaveHistory | |
| SaveSettings | 
 Class API¶
 Class API¶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)¶bufferHasChanged(self)¶bufferSave(self)¶EditStartupScript(self)¶LoadHistory(self)¶LoadSettings(self)¶OnHelp(self, event)¶Display a Help window.
SaveHistory(self)¶SaveSettings(self, force=False)¶