RadioToolButton.this

Warning gtk_radio_tool_button_new_from_stock has been deprecated since version 3.10 and should not be used in newly-written code. Use gtk_radio_tool_button_new() instead. 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. Since 2.4

Parameters

group ListSG

an existing radio button group, or NULL if you are creating a new group. [allow-none][element-type GtkRadioButton]

stockId string

the name of a stock item

Throws

ConstructionException GTK+ fails to create the object.

Meta