1
2@c %start of fragment
3
4@node GtkCheckButton
5@chapter GtkCheckButton
6Create widgets with a discrete toggle button
7
8@section Overview
9A @code{<gtk-check-button>} places a discrete @code{<gtk-toggle-button>} next to
10a widget, (usually a @code{<gtk-label>}). See the section on
11@code{<gtk-toggle-button>} widgets for more information about toggle/check
12buttons.
13
14The important signal ('toggled') is also inherited from
15@code{<gtk-toggle-button>}.
16
17@section Usage
18@include defuns-gtkcheckbutton.xml.texi
19
20@c %end of fragment
21