GtkCheckButton
create widgets with a discrete toggle button.
A #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.
#GtkCheckMenuItem
add check buttons to your menus.
#GtkButton
a more general button.
#GtkToggleButton
#GtkCheckButton's parent.
#GtkRadioButton
group check buttons together.
toggle_button is a #GtkToggleButton representing the actual toggle button that composes the check button.
Creates a new #GtkCheckButton.
@Returns: a #GtkWidget.
Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
@label: the text for the check button.
@Returns: a #GtkWidget.
@label:
@Returns: