RadioToolButton.newFromStock

Creates a new #GtkRadioToolButton, adding it to group. The new #GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id.

More...
class RadioToolButton
static
newFromStock

Parameters

group gtk.radio_button.RadioButton[]

an existing radio button group, or null if you are creating a new group

stockId string

the name of a stock item

Return Value

Type: gtk.radio_tool_button.RadioToolButton

The new #GtkRadioToolButton

Detailed Description