Package wx :: Package py :: Module frame :: Class Frame
[frames | no frames]

Type Frame

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

Known Subclasses:
CrustFrame, EditorFrame, ShellFrame

Frame with standard menu items.
Method Summary
  __init__(self, parent, id, title, pos, size, style)
Create a Frame instance.
  OnAbout(self, event)
Display an About window.
  OnAutoCompleteDouble(self, event)
  OnAutoCompleteMagic(self, event)
  OnAutoCompleteShow(self, event)
  OnAutoCompleteSingle(self, event)
  OnCallTipsShow(self, event)
  OnClear(self, event)
  OnClose(self, event)
Event handler for closing.
  OnCopy(self, event)
  OnCopyPlus(self, event)
  OnCut(self, event)
  OnExit(self, event)
  OnFileClose(self, event)
  OnFileNew(self, event)
  OnFileOpen(self, event)
  OnFilePrint(self, event)
  OnFileRevert(self, event)
  OnFileSave(self, event)
  OnFileSaveAs(self, event)
  OnFileUpdateNamespace(self, event)
  OnPaste(self, event)
  OnPastePlus(self, event)
  OnRedo(self, event)
  OnSelectAll(self, event)
  OnUndo(self, event)
  OnUpdateMenu(self, event)
Update menu items based on current status and context.
  OnUseAA(self, event)
  OnWrap(self, event)

Class Variable Summary
str revision = '1.6'

Instance Method Details

__init__(self, parent=None, id=-1, title='Editor', pos=wx.Point(-1, -1), size=wx.Size(-1, -1), style=541072960)
(Constructor)

Create a Frame instance.
Overrides:
wx.Frame.__init__

OnAbout(self, event)

Display an About window.

OnClose(self, event)

Event handler for closing.

OnUpdateMenu(self, event)

Update menu items based on current status and context.

Class Variable Details

revision

Type:
str
Value:
'1.6'                                                                  

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