RadioToolButton.from_stock


Description:

[ CCode ( has_construct_function = false , type = "GtkToolItem*" ) ]
public RadioToolButton.from_stock (SList<RadioToolButton>? group, string stock_id)

Creates a new RadioToolButton, adding it to group.

Note:

Use RadioToolButton instead.

The new RadioToolButton will contain an icon and label from the stock item indicated by stock_id.

Parameters:

group

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

stock_id

the name of a stock item

Returns:

The new RadioToolButton