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

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
 
GtkWidgetgtk_radio_button_new (GSList *group)
 
GtkWidgetgtk_radio_button_new_from_widget (GtkRadioButton *radio_group_member)
 
GtkWidgetgtk_radio_button_new_with_label (GSList *group, const gchar *label)
 
GtkWidgetgtk_radio_button_new_with_label_from_widget (GtkRadioButton *radio_group_member, const gchar *label)
 
GtkWidgetgtk_radio_button_new_with_mnemonic (GSList *group, const gchar *label)
 
GtkWidgetgtk_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)
 

Macro Definition Documentation

◆ GTK_IS_RADIO_BUTTON

#define GTK_IS_RADIO_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RADIO_BUTTON))

Definition at line 43 of file gtkradiobutton.h.

◆ GTK_IS_RADIO_BUTTON_CLASS

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

◆ GTK_RADIO_BUTTON

#define GTK_RADIO_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButton))

Definition at line 41 of file gtkradiobutton.h.

◆ GTK_RADIO_BUTTON_CLASS

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

◆ GTK_RADIO_BUTTON_GET_CLASS

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

◆ gtk_radio_button_group

#define gtk_radio_button_group   gtk_radio_button_get_group

Definition at line 89 of file gtkradiobutton.h.

◆ GTK_TYPE_RADIO_BUTTON

#define GTK_TYPE_RADIO_BUTTON   (gtk_radio_button_get_type ())

Definition at line 40 of file gtkradiobutton.h.

Typedef Documentation

◆ GtkRadioButton

Definition at line 38 of file gtkradiobutton.h.

◆ GtkRadioButtonClass

Definition at line 38 of file gtkradiobutton.h.

Function Documentation

◆ gtk_radio_button_get_group()

GSList* gtk_radio_button_get_group ( GtkRadioButton radio_button)

◆ gtk_radio_button_get_type()

GType gtk_radio_button_get_type ( void  )

◆ gtk_radio_button_new()

GtkWidget* gtk_radio_button_new ( GSList *  group)

◆ gtk_radio_button_new_from_widget()

GtkWidget* gtk_radio_button_new_from_widget ( GtkRadioButton radio_group_member)

◆ gtk_radio_button_new_with_label()

GtkWidget* gtk_radio_button_new_with_label ( GSList *  group,
const gchar *  label 
)

◆ gtk_radio_button_new_with_label_from_widget()

GtkWidget* gtk_radio_button_new_with_label_from_widget ( GtkRadioButton radio_group_member,
const gchar *  label 
)

◆ gtk_radio_button_new_with_mnemonic()

GtkWidget* gtk_radio_button_new_with_mnemonic ( GSList *  group,
const gchar *  label 
)

◆ gtk_radio_button_new_with_mnemonic_from_widget()

GtkWidget* gtk_radio_button_new_with_mnemonic_from_widget ( GtkRadioButton radio_group_member,
const gchar *  label 
)

◆ gtk_radio_button_set_group()

void gtk_radio_button_set_group ( GtkRadioButton radio_button,
GSList *  group 
)