Last updated: Sun, 12 May 2013 view this page in English
GtkFileSelection::set_select_multiple
void set_select_multiple(bool select_multiple);
Use this method if you want to allow the user to select multiple files
in the file list of the file selection dialog. After selection, you
may use
get_select_multiple()
to return a list of the files selected by the user.