Ardour
9.0-pre0-384-ga76afae0e9
|
Go to the source code of this file.
Classes | |
struct | _GtkRecentChooserWidget |
struct | _GtkRecentChooserWidgetClass |
Macros | |
#define | GTK_TYPE_RECENT_CHOOSER_WIDGET (gtk_recent_chooser_widget_get_type ()) |
#define | GTK_RECENT_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidget)) |
#define | GTK_IS_RECENT_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET)) |
#define | GTK_RECENT_CHOOSER_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidgetClass)) |
#define | GTK_IS_RECENT_CHOOSER_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_CHOOSER_WIDGET)) |
#define | GTK_RECENT_CHOOSER_WIDGET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidgetClass)) |
Typedefs | |
typedef struct _GtkRecentChooserWidget | GtkRecentChooserWidget |
typedef struct _GtkRecentChooserWidgetClass | GtkRecentChooserWidgetClass |
typedef struct _GtkRecentChooserWidgetPrivate | GtkRecentChooserWidgetPrivate |
Functions | |
GType | gtk_recent_chooser_widget_get_type (void) G_GNUC_CONST |
GtkWidget * | gtk_recent_chooser_widget_new (void) |
GtkWidget * | gtk_recent_chooser_widget_new_for_manager (GtkRecentManager *manager) |
#define GTK_IS_RECENT_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET)) |
Definition at line 35 of file gtkrecentchooserwidget.h.
#define GTK_IS_RECENT_CHOOSER_WIDGET_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_CHOOSER_WIDGET)) |
Definition at line 37 of file gtkrecentchooserwidget.h.
#define GTK_RECENT_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidget)) |
Definition at line 34 of file gtkrecentchooserwidget.h.
#define GTK_RECENT_CHOOSER_WIDGET_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidgetClass)) |
Definition at line 36 of file gtkrecentchooserwidget.h.
#define GTK_RECENT_CHOOSER_WIDGET_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_CHOOSER_WIDGET, GtkRecentChooserWidgetClass)) |
Definition at line 38 of file gtkrecentchooserwidget.h.
#define GTK_TYPE_RECENT_CHOOSER_WIDGET (gtk_recent_chooser_widget_get_type ()) |
Definition at line 33 of file gtkrecentchooserwidget.h.
typedef struct _GtkRecentChooserWidget GtkRecentChooserWidget |
Definition at line 31 of file gtkrecentchooserwidget.h.
typedef struct _GtkRecentChooserWidgetClass GtkRecentChooserWidgetClass |
Definition at line 31 of file gtkrecentchooserwidget.h.
typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate |
Definition at line 31 of file gtkrecentchooserwidget.h.
GType gtk_recent_chooser_widget_get_type | ( | void | ) |
GtkWidget* gtk_recent_chooser_widget_new | ( | void | ) |
GtkWidget* gtk_recent_chooser_widget_new_for_manager | ( | GtkRecentManager * | manager | ) |