Package wx :: Package py :: Module crust :: Class CrustFrame
[frames | no frames]

Type CrustFrame

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
        TopLevelWindow --+        
                         |        
                     Frame --+    
                             |    
                         Frame --+
                                 |
                                CrustFrame


Frame containing all the PyCrust components.
Method Summary
  __init__(self, parent, id, title, pos, size, style, rootObject, rootLabel, rootIsNamespace, locals, InterpClass, *args, **kwds)
Create CrustFrame instance.
  OnAbout(self, event)
Display an About window.
  OnClose(self, event)
Event handler for closing.

Class Variable Summary
str name = 'CrustFrame'
str revision = '1.9'

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, *args, **kwds)
(Constructor)

Create CrustFrame instance.
Overrides:
wx.py.frame.Frame.__init__

OnAbout(self, event)

Display an About window.
Overrides:
wx.py.frame.Frame.OnAbout

OnClose(self, event)

Event handler for closing.
Overrides:
wx.py.frame.Frame.OnClose

Class Variable Details

name

Type:
str
Value:
'CrustFrame'                                                           

revision

Type:
str
Value:
'1.9'                                                                  

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:03 2005 http://epydoc.sf.net