[Gtk-sharp-list] configure fileselection

Shaika-Dzari shaikadzari at gmail.com
Wed Aug 30 18:03:25 EDT 2006


Hello all!

This is my first message to a mailing list. I hope I did it well.

I would like to configure my fileselection widget.
I would like to choose by default /home/user for the dirlist and 
restrict the selected file to .jpg, .png and .gif.

How can I do that?

For now the only thing I do is:

Gtk.FileSelection fs;
fs = new FileSelection("Choisir une image");
fs.HideFileopButtons();
fs.Response += new ResponseHandler (OnFileSelectionResponse);       
fs.Run();


Thank you for your help.

Rémy Guillemette

P.s. I usally speaking french, so if I'm not clear enough, tell me. :-)


More information about the Gtk-sharp-list mailing list