On Sunday 19 March 2006 14:27, you wrote:
Am Sonntag, den 19.03.2006, 11:44 +0100 schrieb [EMAIL PROTECTED]:
> 
> is there a way to make file selection dialog box created with
> gtk_file_selection_new
> also display hidden files??

gtk_file_chooser_set_show_hidden. I wonder why you need this, though.

i've tested this so far but this seems to work only with widgets created with

GtkWidget*  gtk_file_chooser_widget_new     (GtkFileChooserAction action);

and not with 

GtkWidget*  gtk_file_selection_new          (const gchar *title);

which is the the one i would like to use for backwards compatibility 
with older code.

(gtk_file_manager:9650): Gtk-CRITICAL **: gtk_file_chooser_set_show_hidden: 
assertion `GTK_IS_FILE_CHOOSER (chooser)' failed
gtk_file_manager: file_selector()

Ciao,
Tito
-- 
Christian Neumair <[EMAIL PROTECTED]>
_______________________________________________
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