 |
| Never Seen the Sunlight |
Joined: Wed Sep 21, 2005 3:07 am Posts: 384 Location: Fairfax, Virginia
|
|
The only thing that is similar to that is GtkFileChooserButton, but that will not allow you to enter a folder manually. Your other option is just to provide a GtkButton that, when clicked, opens a GtkFileChooserDialog that allows the user to choose a folder. Then, when the dialog closes, you can place the selected folder's location in the entry.
_________________ Andrew Krause
Foundations of GTK+ Development: Buy now for only $31.49!
|
|