|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtktogglebutton.h>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 |
| GtkWidget * | gtk_check_button_new (void) |
| GtkWidget * | gtk_check_button_new_with_label (const gchar *label) |
| GtkWidget * | gtk_check_button_new_with_mnemonic (const gchar *label) |
| void | _gtk_check_button_get_props (GtkCheckButton *check_button, gint *indicator_size, gint *indicator_spacing) |
| #define GTK_CHECK_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_CHECK_BUTTON, GtkCheckButton)) |
Definition at line 41 of file gtkcheckbutton.h.
| #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.
| #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.
| #define GTK_IS_CHECK_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_CHECK_BUTTON)) |
Definition at line 43 of file gtkcheckbutton.h.
| #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.
| #define GTK_TYPE_CHECK_BUTTON (gtk_check_button_get_type ()) |
Definition at line 40 of file gtkcheckbutton.h.
| typedef struct _GtkCheckButton GtkCheckButton |
Definition at line 38 of file gtkcheckbutton.h.
| typedef struct _GtkCheckButtonClass GtkCheckButtonClass |
Definition at line 38 of file gtkcheckbutton.h.
| void _gtk_check_button_get_props | ( | GtkCheckButton * | check_button, |
| gint * | indicator_size, | ||
| gint * | indicator_spacing | ||
| ) |
| GType gtk_check_button_get_type | ( | void | ) |
| GtkWidget* gtk_check_button_new | ( | void | ) |
| GtkWidget* gtk_check_button_new_with_label | ( | const gchar * | label | ) |
| GtkWidget* gtk_check_button_new_with_mnemonic | ( | const gchar * | label | ) |