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

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
 
GtkActiongtk_recent_action_new (const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id)
 
GtkActiongtk_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)
 

Macro Definition Documentation

◆ GTK_IS_RECENT_ACTION

#define GTK_IS_RECENT_ACTION (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_ACTION))

Definition at line 36 of file gtkrecentaction.h.

◆ GTK_IS_RECENT_ACTION_CLASS

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

◆ GTK_RECENT_ACTION

#define GTK_RECENT_ACTION (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_ACTION, GtkRecentAction))

Definition at line 35 of file gtkrecentaction.h.

◆ GTK_RECENT_ACTION_CLASS

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

◆ GTK_RECENT_ACTION_GET_CLASS

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

◆ GTK_TYPE_RECENT_ACTION

#define GTK_TYPE_RECENT_ACTION   (gtk_recent_action_get_type ())

Definition at line 34 of file gtkrecentaction.h.

Typedef Documentation

◆ GtkRecentAction

Definition at line 32 of file gtkrecentaction.h.

◆ GtkRecentActionClass

Definition at line 32 of file gtkrecentaction.h.

◆ GtkRecentActionPrivate

typedef struct _GtkRecentActionPrivate GtkRecentActionPrivate

Definition at line 32 of file gtkrecentaction.h.

Function Documentation

◆ gtk_recent_action_get_show_numbers()

gboolean gtk_recent_action_get_show_numbers ( GtkRecentAction action)

◆ gtk_recent_action_get_type()

GType gtk_recent_action_get_type ( void  )

◆ gtk_recent_action_new()

GtkAction* gtk_recent_action_new ( const gchar *  name,
const gchar *  label,
const gchar *  tooltip,
const gchar *  stock_id 
)

◆ gtk_recent_action_new_for_manager()

GtkAction* gtk_recent_action_new_for_manager ( const gchar *  name,
const gchar *  label,
const gchar *  tooltip,
const gchar *  stock_id,
GtkRecentManager manager 
)

◆ gtk_recent_action_set_show_numbers()

void gtk_recent_action_set_show_numbers ( GtkRecentAction action,
gboolean  show_numbers 
)