1
2@c %start of fragment
3
4@node GtkCheckMenuItem
5@chapter GtkCheckMenuItem
6A menu item with a check box
7
8@section Overview
9A @code{<gtk-check-menu-item>} is a menu item that maintains the state of a
10boolean value in addition to a @code{<gtk-menu-item>}'s usual role in activating
11application code.
12
13A check box indicating the state of the boolean value is displayed at the left
14side of the @code{<gtk-menu-item>}. Activating the @code{<gtk-menu-item>}
15toggles the value.
16
17@section Usage
18@include defuns-gtkcheckmenuitem.xml.texi
19
20@c %end of fragment
21