A file dialog which allows users to select multiple files at once.
Unlike a regular 'LoadFileDialog', this dialog's 'go()' method returns
the list of selected files as a tuple.
See the 'FileDialog' module for more information.
Method Summary |
|
__init__ (self,
master,
title)
Creates a new 'MultiFileDialog' dialog box. |
|
ok_command (self)
'LoadFileDialog' method overridden to provide support for the
selection of multiple files. |
Inherited from FileDialog |
|
cancel_command (self,
event)
|
|
dirs_double_event (self,
event)
|
|
dirs_select_event (self,
event)
|
|
files_double_event (self,
event)
|
|
files_select_event (self,
event)
|
|
filter_command (self,
event)
|
|
get_filter (self)
|
|
get_selection (self)
|
|
go (self,
dir_or_file,
pattern,
default,
key)
|
|
ok_event (self,
event)
|
|
quit (self,
how)
|
|
set_filter (self,
dir,
pat)
|
|
set_selection (self,
file)
|