Ardour  8.7-14-g57a6773833
gtkrecentchooserdialog.h File Reference
Include dependency graph for gtkrecentchooserdialog.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkWidgetgtk_recent_chooser_dialog_new (const gchar *title, GtkWindow *parent, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED
 
GtkWidgetgtk_recent_chooser_dialog_new_for_manager (const gchar *title, GtkWindow *parent, GtkRecentManager *manager, const gchar *first_button_text,...) G_GNUC_NULL_TERMINATED
 

Macro Definition Documentation

◆ GTK_IS_RECENT_CHOOSER_DIALOG

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

◆ GTK_IS_RECENT_CHOOSER_DIALOG_CLASS

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

◆ GTK_RECENT_CHOOSER_DIALOG

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

◆ GTK_RECENT_CHOOSER_DIALOG_CLASS

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

◆ GTK_RECENT_CHOOSER_DIALOG_GET_CLASS

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

◆ GTK_TYPE_RECENT_CHOOSER_DIALOG

#define GTK_TYPE_RECENT_CHOOSER_DIALOG   (gtk_recent_chooser_dialog_get_type ())

Definition at line 33 of file gtkrecentchooserdialog.h.

Typedef Documentation

◆ GtkRecentChooserDialog

Definition at line 31 of file gtkrecentchooserdialog.h.

◆ GtkRecentChooserDialogClass

◆ GtkRecentChooserDialogPrivate

typedef struct _GtkRecentChooserDialogPrivate GtkRecentChooserDialogPrivate

Definition at line 31 of file gtkrecentchooserdialog.h.

Function Documentation

◆ gtk_recent_chooser_dialog_get_type()

GType gtk_recent_chooser_dialog_get_type ( void  )

◆ gtk_recent_chooser_dialog_new()

GtkWidget* gtk_recent_chooser_dialog_new ( const gchar *  title,
GtkWindow parent,
const gchar *  first_button_text,
  ... 
)

◆ 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,
  ... 
)