>From my interpretation of the Gtk2 docs the FileSelection dialog should be able to return multiple files, but it does not seem to work for me :(
I call "fs.set_select_multiple(1)" and I can select multiple files, but when I try and get the selections by calling "fs.get_selections". The "fs.get_filename" method works, but only returns a single file. I examined the file selection class, and "get_selections" does not seemed to be wrapped. Is this a bug, or am I missing something. (Python 2.2.2, PyGTK 1.99.13, Debian Unstable) -- Michael JasonSmith http://www.cosc.canterbury.ac.nz/~mpj17/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
