Home | Trees | Index | Help |
|
---|
Package wx :: Package py :: Module shell :: Class ShellFrame |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |TopLevelWindow
--+ |Frame
--+ |Frame
--+ |ShellFrameMixin
--+ | ShellFrame
Frame containing the shell component.
Method Summary | |
---|---|
Create ShellFrame instance. | |
DoSaveSettings(self)
| |
LoadSettings(self)
| |
Display an About window. | |
Event handler for closing. | |
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)
|
OnAbout(self, event)Display an About window.
|
OnClose(self, event)Event handler for closing.
|
OnHelp(self, event)Show a help dialog.
|
Class Variable Details |
---|
name
|
revision
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:47 2007 | http://epydoc.sf.net |