GtkRecentChooserDialog
GtkRecentChooserDialog — Displays recently used files in a dialog
|
 |
Includes
#include <gtk/gtk.h>
Functions
gtk_recent_chooser_dialog_new_for_manager ()
GtkWidget *
gtk_recent_chooser_dialog_new_for_manager
(const gchar *title,
GtkWindow *parent,
GtkRecentManager *manager,
const gchar *first_button_text,
...);
Creates a new GtkRecentChooserDialog with a specified recent manager.
This is useful if you have implemented your own recent manager, or if you
have a customized instance of a GtkRecentManager object.
Since: 2.10
Types and Values
struct GtkRecentChooserDialog
struct GtkRecentChooserDialog;