 
       wx.py.crust.CrustFrame¶
  wx.py.crust.CrustFrame¶Frame containing all the PyCrust components.
 Methods Summary¶
 Methods Summary¶| __init__ | Create CrustFrame instance. | 
| DoSaveSettings | |
| LoadSettings | |
| OnAbout | Display an About window. | 
| OnClose | Event handler for closing. | 
| OnHelp | Show a help dialog. | 
| SaveSettings | |
| ToggleTools | Toggle the display of the filling and other tools | 
| ToolsShown | 
 Class API¶
 Class API¶CrustFrame(frame.Frame, frame.ShellFrameMixin)¶Frame containing all the PyCrust components.
__init__(self, parent=None, id=-1, title='PyCrust', pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE, rootObject=None, rootLabel=None, rootIsNamespace=True, locals=None, InterpClass=None, config=None, dataDir=None, *args, **kwds)¶Create CrustFrame instance.
DoSaveSettings(self)¶LoadSettings(self)¶OnAbout(self, event)¶Display an About window.
OnClose(self, event)¶Event handler for closing.
OnHelp(self, event)¶Show a help dialog.
SaveSettings(self, force=False)¶ToggleTools(self)¶Toggle the display of the filling and other tools
ToolsShown(self)¶