Synopsis
#include <gtk/gtk.h>
GtkCheckButton;
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);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkButton
+----GtkToggleButton
+----GtkCheckButton
+----GtkRadioButton
DescriptionA GtkCheckButton places a discrete GtkToggleButton next to a widget, (usually a GtkLabel). See the section on GtkToggleButton widgets for more information about toggle/check buttons. The important signal ('toggled') is also inherited from GtkToggleButton. DetailsGtkCheckButtontypedef struct _GtkCheckButton GtkCheckButton;
gtk_check_button_new ()GtkWidget* gtk_check_button_new (void); Creates a new GtkCheckButton.
gtk_check_button_new_with_label ()GtkWidget* gtk_check_button_new_with_label (const gchar *label); Creates a new GtkCheckButton with a GtkLabel to the right of it.
gtk_check_button_new_with_mnemonic ()GtkWidget* gtk_check_button_new_with_mnemonic (const gchar *label);
Creates a new GtkCheckButton containing a label. The label
will be created using
Style Property DetailsThe
| ||||||||||||||||||||||||||||
add check buttons to your menus. |
|
a more general button. |
|
GtkCheckButton's parent. |
|
group check buttons together. |