Classes
FileDialogEx | A toolkit dialog for getting file and directory names. |
Bases: enaml.widgets.toolkit_dialog.ToolkitDialog
A toolkit dialog for getting file and directory names.
This dialog supercedes the FileDialog class. New code you should use this dialog in lieu of the older version.
The accept mode of the dialog.
The file mode of the dialog.
Whether or not to only show directories. This is only valid when the file_mode is set to ‘directory’.
The currently selected path in the dialog.
The paths selected by the user when the dialog is accepted. This value is output only.
The name filters used to restrict the available files.
The selected name filter from the list of name filters.
A reference to the ProxyFileDialog object.
Get an existing directory on the filesystem.
Parameters : | parent : ToolkitObject or None
**kwargs :
|
---|---|
Returns : | result : unicode
|
Get the file name for an open file dialog.
Parameters : | parent : ToolkitObject or None
**kwargs :
|
---|---|
Returns : | result : unicode
|
Get the file names for an open files dialog.
Parameters : | parent : ToolkitObject or None
**kwargs :
|
---|---|
Returns : | result : list
|
Get the file name for a save file dialog.
Parameters : | parent : ToolkitObject or None
**kwargs :
|
---|---|
Returns : | result : unicode
|