Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module frame :: Class Frame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ | Frame
CrustFrame
,
EditorFrame
,
ShellFrame
Method Summary | |
---|---|
Create a Frame instance. | |
Display an About window. | |
OnAutoCompleteDouble(self,
event)
| |
OnAutoCompleteMagic(self,
event)
| |
OnAutoCompleteShow(self,
event)
| |
OnAutoCompleteSingle(self,
event)
| |
OnCallTipsShow(self,
event)
| |
OnClear(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)
| |
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)
Create a Frame instance. |
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
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:59 2005 | http://epydoc.sf.net |