[ 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.
Use RadioToolButton instead.
The new RadioToolButton will contain an icon and label from the stock item
indicated by stock_id.
| group |
an existing radio button group, or null if you are creating a new group |
| stock_id |
the name of a stock item |
|
The new RadioToolButton |