RadioToolButton.this

Warning gtk_radio_tool_button_new_with_stock_from_widget has been deprecated since version 3.10 and should not be used in newly-written code. gtk_radio_tool_button_new_from_widget Creates a new GtkRadioToolButton adding it to the same group as group. The new GtkRadioToolButton will contain an icon and label from the stock item indicated by stock_id. Since 2.4

Parameters

group RadioToolButton

An existing GtkRadioToolButton. [allow-none]

stockId string

the name of a stock item

Throws

ConstructionException GTK+ fails to create the object.

Meta