GtkCheckButton

GtkCheckButton — Create widgets with a discrete toggle button

Includes

#include <gtk/gtk.h>

Description

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.

Functions

Types and Values

See Also

GtkCheckMenuItem

add check buttons to your menus.

GtkButton

a more general button.

GtkToggleButton

GtkCheckButton's parent.

GtkRadioButton

group check buttons together.