Package wx :: Package py :: Module shell :: Class ShellFrame
[frames | no frames]

Type ShellFrame

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
        TopLevelWindow --+        
                         |        
                     Frame --+    
                             |    
                         Frame --+
                                 |
               ShellFrameMixin --+
                                 |
                                ShellFrame


Frame containing the shell component.


Method Summary
  __init__(self, parent, id, title, pos, size, style, locals, InterpClass, config, dataDir, *args, **kwds)
Create ShellFrame 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)

Property Summary

Class Variable Summary
str name = 'Shell Frame'
str revision = '1.20'

Instance Method Details

__init__(self, parent=None, id=-1, title='PyShell', pos=wx.Point(-1, -1), size=wx.Size(-1, -1), style=541072960, locals=None, InterpClass=None, config=None, dataDir=None, *args, **kwds)
(Constructor)

Create ShellFrame 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

OnHelp(self, event)

Show a help dialog.

Overrides:
wx.py.frame.Frame.OnHelp

Class Variable Details

name

Type:
str
Value:
'Shell Frame'                                                          

revision

Type:
str
Value:
'1.20'                                                                 

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:47 2007 http://epydoc.sf.net