Re: Calling GTkFileChooserDialog from a GtkDialog

2005-06-22 Thread Colossus
John Cupitt wrote: If you have an entry plus a GtkFileChooserButton, you'll have the same text displayed twice, once in the entry and once in the button. It would look a bit odd. You are right ! Anyway I thought something completely different, what to use a treeview showing all the sub/folder

Re: Calling GTkFileChooserDialog from a GtkDialog

2005-06-22 Thread John Cupitt
On 6/22/05, Colossus <[EMAIL PROTECTED]> wrote: > John Cupitt wrote: > > > http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooserButton.html > > Mmm but how can I have the gtk_entry automatically "filled" with the > path choosen with GtkFileChooserButton ?? I'm calling the dialog who > creates

Re: Calling GTkFileChooserDialog from a GtkDialog

2005-06-22 Thread Colossus
John Cupitt wrote: http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooserButton.html Mmm but how can I have the gtk_entry automatically "filled" with the path choosen with GtkFileChooserButton ?? I'm calling the dialog who creates the gtk_entry and the GtkFileChooserButton from another fu

Re: Calling GTkFileChooserDialog from a GtkDialog

2005-06-22 Thread Colossus
John Cupitt wrote: http://developer.gnome.org/doc/API/2.0/gtk/GtkFileChooserButton.html Many thanks !! -- Colossus Cpsed, a Linux OpenGL 3D scene editor http://cpsed.sourceforge.net/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Calling GTkFileChooserDialog from a GtkDialog

2005-06-21 Thread John Cupitt
On 6/22/05, Colossus <[EMAIL PROTECTED]> wrote: > I have a dialog with a Gtk_entry and a button. I want to > display a GtkFileChooserDialog when the user pushes the > button from the GtkDialog; the choosen path should be > displayed into the Gtk entry. How can I achieve this ? Perhaps: http://dev

Calling GTkFileChooserDialog from a GtkDialog

2005-06-21 Thread Colossus
Hi, I have a dialog with a Gtk_entry and a button. I want to display a GtkFileChooserDialog when the user pushes the button from the GtkDialog; the choosen path should be displayed into the Gtk entry. How can I achieve this ? -- Colossus Cpsed, a Linux OpenGL 3D scene editor http://cpsed.source