Sets our main struct and passes it to the parent class
Creates a new GtkRadioToolButton, adding it to group. Since 2.4
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
Creates a new GtkRadioToolButton adding it to the same group as gruup Since 2.4
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
Returns the radio button group button belongs to. Since 2.4
Get the main Gtk struct
the main Gtk struct as a void*
Adds button to group, removing it from the group it belonged to before. Since 2.4
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Emitted whenever the toggle tool button changes state. See Also GtkToolbar, GtkToolButton, GtkSeparatorToolItem
Sets the status of the toggle tool button. Set to TRUE if you want the GtkToggleButton to be 'pressed in', and FALSE to raise it. This action causes the toggled signal to be emitted. Since 2.4
Queries a GtkToggleToolButton and returns its current state. Returns TRUE if the toggle button is pressed in and FALSE if it is raised. Since 2.4
A GtkRadioToolButton is a GtkToolItem that contains a radio button, that is, a button that is part of a group of toggle buttons where only one button can be active at a time.
Use gtk_radio_tool_button_new() to create a new GtkRadioToolButton. Use gtk_radio_tool_button_new_from_widget() to create a new GtkRadioToolButton that is part of the same group as an existing GtkRadioToolButton.