[ CCode ( has_construct_function = false , type = "GtkToolItem*" ) ]
public RadioToolButton.with_stock_from_widget (RadioToolButton group, string stock_id)
Creates a new RadioToolButton adding it to the same group as group.
gtk_radio_tool_button_new_from_widget
The new RadioToolButton will contain an icon and label from the stock item
indicated by stock_id.
| group |
An existing RadioToolButton. |
| stock_id |
the name of a stock item |
|
A new RadioToolButton |