Ardour  9.0-pre0-350-gf17a656217
gtkcheckbutton.h File Reference
Include dependency graph for gtkcheckbutton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkCheckButton
 
struct  _GtkCheckButtonClass
 

Macros

#define GTK_TYPE_CHECK_BUTTON   (gtk_check_button_get_type ())
 
#define GTK_CHECK_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CHECK_BUTTON, GtkCheckButton))
 
#define GTK_CHECK_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CHECK_BUTTON, GtkCheckButtonClass))
 
#define GTK_IS_CHECK_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CHECK_BUTTON))
 
#define GTK_IS_CHECK_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CHECK_BUTTON))
 
#define GTK_CHECK_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CHECK_BUTTON, GtkCheckButtonClass))
 

Typedefs

typedef struct _GtkCheckButton GtkCheckButton
 
typedef struct _GtkCheckButtonClass GtkCheckButtonClass
 

Functions

GType gtk_check_button_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_check_button_new (void)
 
GtkWidgetgtk_check_button_new_with_label (const gchar *label)
 
GtkWidgetgtk_check_button_new_with_mnemonic (const gchar *label)
 
void _gtk_check_button_get_props (GtkCheckButton *check_button, gint *indicator_size, gint *indicator_spacing)
 

Macro Definition Documentation

◆ GTK_CHECK_BUTTON

#define GTK_CHECK_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CHECK_BUTTON, GtkCheckButton))

Definition at line 41 of file gtkcheckbutton.h.

◆ GTK_CHECK_BUTTON_CLASS

#define GTK_CHECK_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_CHECK_BUTTON, GtkCheckButtonClass))

Definition at line 42 of file gtkcheckbutton.h.

◆ GTK_CHECK_BUTTON_GET_CLASS

#define GTK_CHECK_BUTTON_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_CHECK_BUTTON, GtkCheckButtonClass))

Definition at line 45 of file gtkcheckbutton.h.

◆ GTK_IS_CHECK_BUTTON

#define GTK_IS_CHECK_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CHECK_BUTTON))

Definition at line 43 of file gtkcheckbutton.h.

◆ GTK_IS_CHECK_BUTTON_CLASS

#define GTK_IS_CHECK_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_CHECK_BUTTON))

Definition at line 44 of file gtkcheckbutton.h.

◆ GTK_TYPE_CHECK_BUTTON

#define GTK_TYPE_CHECK_BUTTON   (gtk_check_button_get_type ())

Definition at line 40 of file gtkcheckbutton.h.

Typedef Documentation

◆ GtkCheckButton

Definition at line 38 of file gtkcheckbutton.h.

◆ GtkCheckButtonClass

Definition at line 38 of file gtkcheckbutton.h.

Function Documentation

◆ _gtk_check_button_get_props()

void _gtk_check_button_get_props ( GtkCheckButton check_button,
gint *  indicator_size,
gint *  indicator_spacing 
)

◆ gtk_check_button_get_type()

GType gtk_check_button_get_type ( void  )

◆ gtk_check_button_new()

GtkWidget* gtk_check_button_new ( void  )

◆ gtk_check_button_new_with_label()

GtkWidget* gtk_check_button_new_with_label ( const gchar *  label)

◆ gtk_check_button_new_with_mnemonic()

GtkWidget* gtk_check_button_new_with_mnemonic ( const gchar *  label)