tixCommand.tix_filedialog([dlgclass])
Returns the file selection dialog that may be shared among different calls from this application. This method will create a file selection dialog widget when it is called the first time. This dialog will be returned by all subsequent calls to tix_filedialog()
. An optional dlgclass parameter can be passed as a string to specified what type of file selection dialog widget is desired. Possible options are tix
, FileSelectDialog
or tixExFileSelectDialog
.
Please login to continue.