1
2@c %start of fragment
3
4@node GtkRadioToolButton
5@chapter GtkRadioToolButton
6A toolbar item that contains a radio button
7
8@section Overview
9A @code{<gtk-radio-tool-button>} is a @code{<gtk-tool-item>} that contains a
10radio button, that is, a button that is part of a group of toggle buttons where
11only one button can be active at a time.
12
13Use @code{gtk-radio-tool-button-new} to create a new
14@code{<gtk-radio-tool-button>}. use @code{gtk-radio-tool-button-new-from-widget}
15to create a new @code{<gtk-radio-tool-button>} that is part of the same group as
16an existing @code{<gtk-radio-tool-button>}. Use
17@code{gtk-radio-tool-button-new-from-stock} or
18@code{gtk-radio-tool-button-new-from-widget-with-stock} to create a new
19@code{<gtk-radio-tool-button>} containing a stock item.
20
21@section Usage
22@include defuns-gtkradiotoolbutton.xml.texi
23
24@c %end of fragment
25