Home | Trees | Index | Help |
|
---|
|
object --+ | _EGObject --+ | _EGWidget --+ | object --+ | | | AutoGenId --+ | FileChooser
Attention: avoid using this directly, use App.file_chooser, OpenFileButton, SaveFileButton or SelectFolderButton instead.
|
|||
__init__(self,
app,
action,
filename=None,
title=None,
filter=None,
multiple=False)
Dialog to choose files. |
|||
__gen_title__(self) | |||
__del__(self) | |||
__setup_gui__(self) | |||
run(self) | |||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
ACTION_OPEN | |||
ACTION_SAVE | |||
ACTION_SELECT_FOLDER | |||
ACTION_CREATE_FOLDER | |||
Inherited from Inherited from |
|
|||
|
Dialog to choose files. filter may be a single pattern (ie: '*.png'), mime type (ie: 'text/html') or a list of patterns or mime types or a list of lists, each sub list with a filter name and mime type/ patterns accepted. Examples: [ [ 'Images', '*.ppm', 'image/jpeg', 'image/png' ], [ 'Text', '*.text', 'text/plain' ], ]
|
|
|
|
|
|
ACTION_OPEN
|
ACTION_SAVE
|
ACTION_SELECT_FOLDER
|
ACTION_CREATE_FOLDER
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Thu Apr 27 16:28:39 2006 | http://epydoc.sf.net |