![]() |
![]() |
This widget works by putting a RecentChooserWidget inside a Dialog. It exposes the RecentChooser interface, so you can use all the RecentChooser functions on the recent chooser dialog as well as those for Dialog.
Note that RecentChooserDialog does not have any methods of its own. Instead, you should use the functions that work on a RecentChooser.
Public Member Functions | |
const GtkRecentChooserDialog* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkRecentChooserDialog* | gobj () |
Provides access to the underlying C GtkObject. | |
RecentChooserDialog (const Glib::ustring& title, const Glib::RefPtr<RecentManager>& recent_manager) | |
RecentChooserDialog (Gtk::Window& parent, const Glib::ustring& title, const Glib::RefPtr<RecentManager>& recent_manager) | |
RecentChooserDialog (const Glib::ustring& title) | |
RecentChooserDialog (Gtk::Window& parent, const Glib::ustring& title) | |
virtual | ~RecentChooserDialog () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::RecentChooserDialog* | wrap (GtkRecentChooserDialog* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Dialog. |
|
|