GtkRadioToolButton
GtkRadioToolButton — A toolbar item that contains a radio button
|
|
Includes
#include <gtk/gtk.h>
Functions
gtk_radio_tool_button_new_from_stock ()
GtkToolItem *
gtk_radio_tool_button_new_from_stock (GSList *group,
const gchar *stock_id);
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
gtk_radio_tool_button_new_with_stock_from_widget ()
GtkToolItem *
gtk_radio_tool_button_new_with_stock_from_widget
(GtkRadioToolButton *group,
const gchar *stock_id);
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
.
[constructor]
Since: 2.4
gtk_radio_tool_button_get_group ()
GSList *
gtk_radio_tool_button_get_group (GtkRadioToolButton *button);
Returns the radio button group button
belongs to.
Returns
The group button
belongs to.
[transfer none][element-type GtkRadioButton]
Since: 2.4
gtk_radio_tool_button_set_group ()
void
gtk_radio_tool_button_set_group (GtkRadioToolButton *button,
GSList *group);
Adds button
to group
, removing it from the group it belonged to before.
Since: 2.4
Types and Values
struct GtkRadioToolButton
struct GtkRadioToolButton;
Property Details
The “group” property
“group” GtkRadioToolButton *
Sets a new group for a radio tool button.
Owner: GtkRadioToolButton
Flags: Write
Since: 2.4