Package windSimSuite :: Package interface :: Module application :: Class CommonWindow
[hide private]

Class CommonWindow

source code

Known Subclasses:
Application, FileChooserDialog

A base class for the window of that application. Each window will be described inside a glade file, so its part of the glade file and the wigdet will be set as attributes. Moreover any item could be got from its glade name.

Instance Methods [hide private]
 
__init__(self, window_name) source code
 
hide(self, *args)
Hide the window
source code
 
no_destroy(self, *args)
Do not destroy the window
source code
 
__getitem__(self, key)
Return a widget from its glade key
source code