Re: filechooserdialog

Juan Pablo Ugarte <[email protected]> Wed, 30 Apr 2014 12:12:36 -0300
Newsgroups gmane.comp.gnome.glade.user
Message-ID <1398870756.7058.11.camel@Xjuan>
On Tue, 2014-04-22 at 19:20 -0400, Ian Chapman wrote:
[...]
> How do I get to this second stage without going through the first
> redundant stage? Putting the functionality of filechooserbutton1 into
> file/open would be handy. I can send you my files if anyone would like
> to sort out what I'm doing wrong. I've added two files that demo what
> I'm seeing.

GtkFileChooserButton is a button that will open a GtkFileChooserDialog
when you click it!

if you want to open a file chooser dialog from a menu item you can show
a dialog you created in glade in the callback or simply use
gtk_file_chooser_dialog_new() and gtk_dialog_run() functions directly.

hope this helps

JP

_______________________________________________
Glade-users maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/glade-users