|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtkcheckbutton.h>Go to the source code of this file.
Classes | |
| struct | _GtkRadioButton |
| struct | _GtkRadioButtonClass |
Macros | |
| #define | GTK_TYPE_RADIO_BUTTON (gtk_radio_button_get_type ()) |
| #define | GTK_RADIO_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButton)) |
| #define | GTK_RADIO_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass)) |
| #define | GTK_IS_RADIO_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RADIO_BUTTON)) |
| #define | GTK_IS_RADIO_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RADIO_BUTTON)) |
| #define | GTK_RADIO_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass)) |
| #define | gtk_radio_button_group gtk_radio_button_get_group |
Typedefs | |
| typedef struct _GtkRadioButton | GtkRadioButton |
| typedef struct _GtkRadioButtonClass | GtkRadioButtonClass |
Functions | |
| GType | gtk_radio_button_get_type (void) G_GNUC_CONST |
| GtkWidget * | gtk_radio_button_new (GSList *group) |
| GtkWidget * | gtk_radio_button_new_from_widget (GtkRadioButton *radio_group_member) |
| GtkWidget * | gtk_radio_button_new_with_label (GSList *group, const gchar *label) |
| GtkWidget * | gtk_radio_button_new_with_label_from_widget (GtkRadioButton *radio_group_member, const gchar *label) |
| GtkWidget * | gtk_radio_button_new_with_mnemonic (GSList *group, const gchar *label) |
| GtkWidget * | gtk_radio_button_new_with_mnemonic_from_widget (GtkRadioButton *radio_group_member, const gchar *label) |
| GSList * | gtk_radio_button_get_group (GtkRadioButton *radio_button) |
| void | gtk_radio_button_set_group (GtkRadioButton *radio_button, GSList *group) |
| #define GTK_IS_RADIO_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RADIO_BUTTON)) |
Definition at line 43 of file gtkradiobutton.h.
| #define GTK_IS_RADIO_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RADIO_BUTTON)) |
Definition at line 44 of file gtkradiobutton.h.
| #define GTK_RADIO_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButton)) |
Definition at line 41 of file gtkradiobutton.h.
| #define GTK_RADIO_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass)) |
Definition at line 42 of file gtkradiobutton.h.
| #define GTK_RADIO_BUTTON_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass)) |
Definition at line 45 of file gtkradiobutton.h.
| #define gtk_radio_button_group gtk_radio_button_get_group |
Definition at line 89 of file gtkradiobutton.h.
| #define GTK_TYPE_RADIO_BUTTON (gtk_radio_button_get_type ()) |
Definition at line 40 of file gtkradiobutton.h.
| typedef struct _GtkRadioButton GtkRadioButton |
Definition at line 38 of file gtkradiobutton.h.
| typedef struct _GtkRadioButtonClass GtkRadioButtonClass |
Definition at line 38 of file gtkradiobutton.h.
| GSList* gtk_radio_button_get_group | ( | GtkRadioButton * | radio_button | ) |
| GType gtk_radio_button_get_type | ( | void | ) |
| GtkWidget* gtk_radio_button_new | ( | GSList * | group | ) |
| GtkWidget* gtk_radio_button_new_from_widget | ( | GtkRadioButton * | radio_group_member | ) |
| GtkWidget* gtk_radio_button_new_with_label | ( | GSList * | group, |
| const gchar * | label | ||
| ) |
| GtkWidget* gtk_radio_button_new_with_label_from_widget | ( | GtkRadioButton * | radio_group_member, |
| const gchar * | label | ||
| ) |
| GtkWidget* gtk_radio_button_new_with_mnemonic | ( | GSList * | group, |
| const gchar * | label | ||
| ) |
| GtkWidget* gtk_radio_button_new_with_mnemonic_from_widget | ( | GtkRadioButton * | radio_group_member, |
| const gchar * | label | ||
| ) |
| void gtk_radio_button_set_group | ( | GtkRadioButton * | radio_button, |
| GSList * | group | ||
| ) |