Ardour
9.0-pre0-582-g084a23a80d
|
Go to the source code of this file.
Classes | |
struct | _GtkRecentAction |
struct | _GtkRecentActionClass |
Macros | |
#define | GTK_TYPE_RECENT_ACTION (gtk_recent_action_get_type ()) |
#define | GTK_RECENT_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_ACTION, GtkRecentAction)) |
#define | GTK_IS_RECENT_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_ACTION)) |
#define | GTK_RECENT_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_ACTION, GtkRecentActionClass)) |
#define | GTK_IS_RECENT_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_ACTION)) |
#define | GTK_RECENT_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_ACTION, GtkRecentActionClass)) |
Typedefs | |
typedef struct _GtkRecentAction | GtkRecentAction |
typedef struct _GtkRecentActionPrivate | GtkRecentActionPrivate |
typedef struct _GtkRecentActionClass | GtkRecentActionClass |
Functions | |
GType | gtk_recent_action_get_type (void) G_GNUC_CONST |
GtkAction * | gtk_recent_action_new (const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id) |
GtkAction * | gtk_recent_action_new_for_manager (const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, GtkRecentManager *manager) |
gboolean | gtk_recent_action_get_show_numbers (GtkRecentAction *action) |
void | gtk_recent_action_set_show_numbers (GtkRecentAction *action, gboolean show_numbers) |
#define GTK_IS_RECENT_ACTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_ACTION)) |
Definition at line 36 of file gtkrecentaction.h.
#define GTK_IS_RECENT_ACTION_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RECENT_ACTION)) |
Definition at line 38 of file gtkrecentaction.h.
#define GTK_RECENT_ACTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_ACTION, GtkRecentAction)) |
Definition at line 35 of file gtkrecentaction.h.
#define GTK_RECENT_ACTION_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RECENT_ACTION, GtkRecentActionClass)) |
Definition at line 37 of file gtkrecentaction.h.
#define GTK_RECENT_ACTION_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RECENT_ACTION, GtkRecentActionClass)) |
Definition at line 39 of file gtkrecentaction.h.
#define GTK_TYPE_RECENT_ACTION (gtk_recent_action_get_type ()) |
Definition at line 34 of file gtkrecentaction.h.
typedef struct _GtkRecentAction GtkRecentAction |
Definition at line 32 of file gtkrecentaction.h.
typedef struct _GtkRecentActionClass GtkRecentActionClass |
Definition at line 32 of file gtkrecentaction.h.
typedef struct _GtkRecentActionPrivate GtkRecentActionPrivate |
Definition at line 32 of file gtkrecentaction.h.
gboolean gtk_recent_action_get_show_numbers | ( | GtkRecentAction * | action | ) |
GType gtk_recent_action_get_type | ( | void | ) |
GtkAction* gtk_recent_action_new | ( | const gchar * | name, |
const gchar * | label, | ||
const gchar * | tooltip, | ||
const gchar * | stock_id | ||
) |
GtkAction* gtk_recent_action_new_for_manager | ( | const gchar * | name, |
const gchar * | label, | ||
const gchar * | tooltip, | ||
const gchar * | stock_id, | ||
GtkRecentManager * | manager | ||
) |
void gtk_recent_action_set_show_numbers | ( | GtkRecentAction * | action, |
gboolean | show_numbers | ||
) |