[Glade-users] file view

Damon Chaplin damon@ximian.com
09 Oct 2001 17:15:32 -0400


On Tue, 2001-10-09 at 14:17, Mark D'voo wrote:
> I'm writing a program, and one of the parts on the interface allows the user 
> to pick a file and folder name.  I don't want a file seletion dialog box, i 
> actually want it built into my main gui.  What widget would i use to 
> accomplish this?

If you are using Gnome, then you can use the GnomeFileEntry
widget.

For a GTK+ app, you can use GtkEntry widgets, possible with
buttons to show the GtkFileSelection dialog. (Rather like
the project options dialog in Glade itself.)

Damon