Ardour
9.0-pre0-384-ga76afae0e9
|
#include <gtk/gtktoggleaction.h>
Go to the source code of this file.
Classes | |
struct | _GtkRadioAction |
struct | _GtkRadioActionClass |
Macros | |
#define | GTK_TYPE_RADIO_ACTION (gtk_radio_action_get_type ()) |
#define | GTK_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction)) |
#define | GTK_RADIO_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RADIO_ACTION, GtkRadioActionClass)) |
#define | GTK_IS_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RADIO_ACTION)) |
#define | GTK_IS_RADIO_ACTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RADIO_ACTION)) |
#define | GTK_RADIO_ACTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_RADIO_ACTION, GtkRadioActionClass)) |
Typedefs | |
typedef struct _GtkRadioAction | GtkRadioAction |
typedef struct _GtkRadioActionPrivate | GtkRadioActionPrivate |
typedef struct _GtkRadioActionClass | GtkRadioActionClass |
Functions | |
GType | gtk_radio_action_get_type (void) G_GNUC_CONST |
GtkRadioAction * | gtk_radio_action_new (const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, gint value) |
GSList * | gtk_radio_action_get_group (GtkRadioAction *action) |
void | gtk_radio_action_set_group (GtkRadioAction *action, GSList *group) |
gint | gtk_radio_action_get_current_value (GtkRadioAction *action) |
void | gtk_radio_action_set_current_value (GtkRadioAction *action, gint current_value) |
#define GTK_IS_RADIO_ACTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RADIO_ACTION)) |
Definition at line 45 of file gtkradioaction.h.
#define GTK_IS_RADIO_ACTION_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RADIO_ACTION)) |
Definition at line 46 of file gtkradioaction.h.
#define GTK_RADIO_ACTION | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction)) |
Definition at line 43 of file gtkradioaction.h.
#define GTK_RADIO_ACTION_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RADIO_ACTION, GtkRadioActionClass)) |
Definition at line 44 of file gtkradioaction.h.
#define GTK_RADIO_ACTION_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS((obj), GTK_TYPE_RADIO_ACTION, GtkRadioActionClass)) |
Definition at line 47 of file gtkradioaction.h.
#define GTK_TYPE_RADIO_ACTION (gtk_radio_action_get_type ()) |
Definition at line 42 of file gtkradioaction.h.
typedef struct _GtkRadioAction GtkRadioAction |
Definition at line 40 of file gtkradioaction.h.
typedef struct _GtkRadioActionClass GtkRadioActionClass |
Definition at line 40 of file gtkradioaction.h.
typedef struct _GtkRadioActionPrivate GtkRadioActionPrivate |
Definition at line 40 of file gtkradioaction.h.
gint gtk_radio_action_get_current_value | ( | GtkRadioAction * | action | ) |
GSList* gtk_radio_action_get_group | ( | GtkRadioAction * | action | ) |
GType gtk_radio_action_get_type | ( | void | ) |
GtkRadioAction* gtk_radio_action_new | ( | const gchar * | name, |
const gchar * | label, | ||
const gchar * | tooltip, | ||
const gchar * | stock_id, | ||
gint | value | ||
) |
void gtk_radio_action_set_current_value | ( | GtkRadioAction * | action, |
gint | current_value | ||
) |
void gtk_radio_action_set_group | ( | GtkRadioAction * | action, |
GSList * | group | ||
) |