Re: GtkFileChooser and case sensitive filters



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]