1
2@c %start of fragment
3
4@node GtkToggleToolButton
5@chapter GtkToggleToolButton
6A GtkToolItem containing a toggle button
7
8@section Overview
9A @code{<gtk-toggle-tool-button>} is a @code{<gtk-tool-item>} that contains a
10toggle button.
11
12Use @code{gtk-toggle-tool-button-new} to create a new
13@code{<gtk-toggle-tool-button>}. Use
14@code{gtk-toggle-tool-button-new-from-stock} to create a new
15@code{<gtk-toggle-tool-button>} containing a stock item.
16
17@section Usage
18@include defuns-gtktoggletoolbutton.xml.texi
19
20@c %end of fragment
21