Package vwidget :: Module pydialog :: Class PyDialog
[hide private]
[frames] | no frames]

Class PyDialog

source code

windows.VWindow --+
                  |
                 PyDialog

Instance Methods [hide private]
 
__init__(self, locals=None) source code
 
PyDialogRun(self, button) source code
 
runPython(self, pystring)
Extend and over-ride this for any special handling...
source code

Inherited from windows.VWindow: delete, getGeometry, getWidget, hide, setGeometry, setSensitive, setTitle, show, textFromWidget

Method Details [hide private]

__init__(self, locals=None)
(Constructor)

source code 
Overrides: windows.VWindow.__init__