Inherits from
- MFileDialog: enthought.pyface.i_file_dialog.MFileDialog
- Dialog: enthought.pyface.ui.wx.dialog.Dialog
Attributes
- action
action = Enum('open', 'open files', 'save as')
- default_directory
default_directory = Unicode
- default_filename
default_filename = Unicode
- default_path
default_path = Unicode
- directory
directory = Unicode
- filename
filename = Unicode
- path
path = Unicode
- paths
paths = List(Unicode)
- wildcard
wildcard = Unicode
- wildcard_index
wildcard_index = Int(0)
Inherited from base classes
Method summary
- close(self)
Inherited from base classes
- confirm(self, message, title = None, cancel = False, default = NO)
- create_wildcard(cls, description, extension)
- destroy(self)
- error(self, message, title = 'Error')
- information(self, message, title = 'Information')
- open(self)
- show(self, visible)
- warning(self, message, title = 'Warning')
Methods
- close(self)