![]() |
![]() |
FileChooserWidget is a widget suitable for selecting files. It is the main building block of a Gtk::FileChooserDialog. Most applications will only need to use the latter; you can use FileChooserWidget as part of a larger window if you have special needs.
Public Member Functions | |
FileChooserWidget (FileChooserAction action, const Glib::ustring& backend) | |
FileChooserWidget (FileChooserAction action) | |
Creates a file chooser widget that can be embedded in other widgets. | |
FileChooserWidget () | |
const GtkFileChooserWidget* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkFileChooserWidget* | gobj () |
Provides access to the underlying C GtkObject. | |
virtual | ~FileChooserWidget () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::FileChooserWidget* | wrap (GtkFileChooserWidget* object, bool take_copy=false) |
|
|
|
|
|
Creates a file chooser widget that can be embedded in other widgets. Creates a new FileChooserWidget. This is a file chooser widget that can be embedded in custom windows, and it is the same widget that is used by Gtk::FileChooserDialog.
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::VBox. |
|
|