|
Ardour
9.0-pre0-1950-g391fe97693
|
Go to the source code of this file.
Classes | |
| struct | _GtkRecentChooserDialog |
| struct | _GtkRecentChooserDialogClass |
Macros | |
| #define | GTK_TYPE_RECENT_CHOOSER_DIALOG (gtk_recent_chooser_dialog_get_type ()) |
| #define | GTK_RECENT_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialog)) |
| #define | GTK_IS_RECENT_CHOOSER_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG)) |
| #define | GTK_RECENT_CHOOSER_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialogClass)) |
| #define | GTK_IS_RECENT_CHOOSER_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_CHOOSER_DIALOG)) |
| #define | GTK_RECENT_CHOOSER_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialogClass)) |
Typedefs | |
| typedef struct _GtkRecentChooserDialog | GtkRecentChooserDialog |
| typedef struct _GtkRecentChooserDialogClass | GtkRecentChooserDialogClass |
| typedef struct _GtkRecentChooserDialogPrivate | GtkRecentChooserDialogPrivate |
Functions | |
| GType | gtk_recent_chooser_dialog_get_type (void) G_GNUC_CONST |
| GtkWidget * | gtk_recent_chooser_dialog_new (const gchar *title, GtkWindow *parent, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED |
| GtkWidget * | gtk_recent_chooser_dialog_new_for_manager (const gchar *title, GtkWindow *parent, GtkRecentManager *manager, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED |
| #define GTK_IS_RECENT_CHOOSER_DIALOG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG)) |
Definition at line 35 of file gtkrecentchooserdialog.h.
| #define GTK_IS_RECENT_CHOOSER_DIALOG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_CHOOSER_DIALOG)) |
Definition at line 37 of file gtkrecentchooserdialog.h.
| #define GTK_RECENT_CHOOSER_DIALOG | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialog)) |
Definition at line 34 of file gtkrecentchooserdialog.h.
| #define GTK_RECENT_CHOOSER_DIALOG_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialogClass)) |
Definition at line 36 of file gtkrecentchooserdialog.h.
| #define GTK_RECENT_CHOOSER_DIALOG_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_CHOOSER_DIALOG, GtkRecentChooserDialogClass)) |
Definition at line 38 of file gtkrecentchooserdialog.h.
| #define GTK_TYPE_RECENT_CHOOSER_DIALOG (gtk_recent_chooser_dialog_get_type ()) |
Definition at line 33 of file gtkrecentchooserdialog.h.
| typedef struct _GtkRecentChooserDialog GtkRecentChooserDialog |
Definition at line 31 of file gtkrecentchooserdialog.h.
| typedef struct _GtkRecentChooserDialogClass GtkRecentChooserDialogClass |
Definition at line 31 of file gtkrecentchooserdialog.h.
| typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate |
Definition at line 31 of file gtkrecentchooserdialog.h.
| GType gtk_recent_chooser_dialog_get_type | ( | void | ) |
| GtkWidget* gtk_recent_chooser_dialog_new | ( | const gchar * | title, |
| GtkWindow * | parent, | ||
| const gchar * | first_button_text, | ||
| ... | |||
| ) |
| GtkWidget* gtk_recent_chooser_dialog_new_for_manager | ( | const gchar * | title, |
| GtkWindow * | parent, | ||
| GtkRecentManager * | manager, | ||
| const gchar * | first_button_text, | ||
| ... | |||
| ) |