Package pype :: Module filebox :: Class LoadFileDialog
[frames] | no frames]

Class LoadFileDialog

source code

object --+    
         |    
FileDialog --+
             |
            LoadFileDialog

File selection dialog which checks that the file exists.
Instance Methods
 
ok_command(self) source code

Inherited from FileDialog: __init__, cancel_command, dirs_double_event, dirs_select_event, files_double_event, files_select_event, filter_command, get_filter, get_selection, go, ok_event, quit, set_filter, set_selection

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  title = "Load File ..."
Properties

Inherited from object: __class__

Method Details

ok_command(self)

source code 
Overrides: FileDialog.ok_command