A toolbar item that contains a radio button
Class GtkRadioToolButton( group )
| group | An existing GtkRadioToolButton, or nil to create a new group of buttons. |
A GtkRadioToolButton is a GtkToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time.
| Methods | |
| new_from_stock | Creates a new GtkRadioToolButton, adding it to group. |
Creates a new GtkRadioToolButton, adding it to group.
GtkRadioToolButton.new_from_stock( group, stock_id )
| group | An existing GtkRadioToolButton, or nil to create a new group of buttons. |
| stock_id | the name of a stock item |
| Return | The new GtkRadioToolItem |
The new GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id.