Re: Question about gtk_file_selection_new



On Sunday 19 March 2006 14:27, you wrote:
Am Sonntag, den 19.03.2006, 11:44 +0100 schrieb zz excite it:

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 <chris gnome-de org>



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