Ardour  9.0-pre0-384-ga76afae0e9
gtkrecentchooserwidget.h File Reference
#include <gtk/gtkrecentchooser.h>
#include <gtk/gtkvbox.h>
Include dependency graph for gtkrecentchooserwidget.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkWidgetgtk_recent_chooser_widget_new (void)
 
GtkWidgetgtk_recent_chooser_widget_new_for_manager (GtkRecentManager *manager)
 

Macro Definition Documentation

◆ GTK_IS_RECENT_CHOOSER_WIDGET

#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.

◆ GTK_IS_RECENT_CHOOSER_WIDGET_CLASS

#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.

◆ GTK_RECENT_CHOOSER_WIDGET

#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.

◆ GTK_RECENT_CHOOSER_WIDGET_CLASS

#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.

◆ GTK_RECENT_CHOOSER_WIDGET_GET_CLASS

#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.

◆ GTK_TYPE_RECENT_CHOOSER_WIDGET

#define GTK_TYPE_RECENT_CHOOSER_WIDGET   (gtk_recent_chooser_widget_get_type ())

Definition at line 33 of file gtkrecentchooserwidget.h.

Typedef Documentation

◆ GtkRecentChooserWidget

Definition at line 31 of file gtkrecentchooserwidget.h.

◆ GtkRecentChooserWidgetClass

◆ GtkRecentChooserWidgetPrivate

typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate

Definition at line 31 of file gtkrecentchooserwidget.h.

Function Documentation

◆ gtk_recent_chooser_widget_get_type()

GType gtk_recent_chooser_widget_get_type ( void  )

◆ gtk_recent_chooser_widget_new()

GtkWidget* gtk_recent_chooser_widget_new ( void  )

◆ gtk_recent_chooser_widget_new_for_manager()

GtkWidget* gtk_recent_chooser_widget_new_for_manager ( GtkRecentManager manager)