Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module crust :: Class CrustFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ |Frame
--+ |ShellFrameMixin
--+ | CrustFrame
Frame containing all the PyCrust components.
Method Summary | |
---|---|
Create CrustFrame instance. | |
DoSaveSettings(self)
| |
LoadSettings(self)
| |
Display an About window. | |
Event handler for closing. | |
Show a help dialog. | |
SaveSettings(self,
force)
| |
Toggle the display of the filling and other tools | |
ToolsShown(self)
|
Property Summary |
---|
Class Variable Summary | |
---|---|
str |
name = 'CrustFrame'
|
str |
revision = '1.16'
|
Instance Method Details |
---|
__init__(self,
parent=None,
id=-1,
title='PyCrust',
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=541072960,
rootObject=None,
rootLabel=None,
rootIsNamespace=True,
locals=None,
InterpClass=None,
config=None,
dataDir=None,
*args,
**kwds)
|
OnAbout(self, event)Display an About window.
|
OnClose(self, event)Event handler for closing.
|
OnHelp(self, event)Show a help dialog.
|
ToggleTools(self)Toggle the display of the filling and other tools |
Class Variable Details |
---|
name
|
revision
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:41 2007 | http://epydoc.sf.net |