Have a look at the gtk_file_chooser_add_filter() method and the
GtkFileFilter class (especially gtk_file_filter_add_custom()).
Then you can test away as much as you want, but in your case I'd
probably use the PCRE library or something similar to test the filenames
for the correct patterns (in your case /(?:iso|toc|cue)$/).

Arne
:wq

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to