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

Class FileChooserDialog

source code

CommonWindow --+
               |
              FileChooserDialog

The file chooser dialog

Instance Methods [hide private]
 
__init__(self) source code
 
run(self)
Show the dialog and return a filename or None
source code

Inherited from CommonWindow: __getitem__, hide, no_destroy

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: CommonWindow.__init__