Sets our main struct and passes it to the parent class
Creates a new GtkRadioAction object. To add the action to a GtkActionGroup and set the accelerator for the action, call gtk_action_group_add_action_with_accel(). Since 2.4
Warning gtk_radio_action_new is deprecated and should not be used in newly-written code. 3.10 Creates a new GtkRadioAction object. To add the action to a GtkActionGroup and set the accelerator for the action, call gtk_action_group_add_action_with_accel(). Since 2.4
Warning GtkRadioAction::changed is deprecated and should not be used in newly-written code. 3.10 The ::changed signal is emitted on every member of a radio group when the active member is changed. The signal gets emitted after the ::activate signals for the previous and current active members. Since 2.4
Warning gtk_radio_action_get_current_value is deprecated and should not be used in newly-written code. 3.10 Obtains the value property of the currently active member of the group to which action belongs. Since 2.4
Warning gtk_radio_action_get_group is deprecated and should not be used in newly-written code. 3.10 Returns the list representing the radio group for this object. Note that the returned list is only valid until the next change to the group. Since 2.4
the main Gtk struct as a void*
Warning gtk_radio_action_join_group is deprecated and should not be used in newly-written code. 3.10 Joins a radio action object to the group of another radio action object. Use this in language bindings instead of the gtk_radio_action_get_group() and gtk_radio_action_set_group() methods
Warning gtk_radio_action_set_current_value is deprecated and should not be used in newly-written code. 3.10 Sets the currently active group member to the member with value property current_value. Since 2.10
Warning gtk_radio_action_set_group is deprecated and should not be used in newly-written code. 3.10 Sets the radio group for the radio action object. Since 2.4
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Warning GtkToggleAction::toggled is deprecated and should not be used in newly-written code. 3.10 Should be connected if you wish to perform an action whenever the GtkToggleAction state is changed.
Warning gtk_toggle_action_toggled is deprecated and should not be used in newly-written code. 3.10 Emits the "toggled" signal on the toggle action. Since 2.4
Warning gtk_toggle_action_set_active is deprecated and should not be used in newly-written code. 3.10 Sets the checked state on the toggle action. Since 2.4
Warning gtk_toggle_action_get_active is deprecated and should not be used in newly-written code. 3.10 Returns the checked state of the toggle action. Since 2.4
Warning gtk_toggle_action_set_draw_as_radio is deprecated and should not be used in newly-written code. 3.10 Sets whether the action should have proxies like a radio action. Since 2.4
Warning gtk_toggle_action_get_draw_as_radio is deprecated and should not be used in newly-written code. 3.10 Returns whether the action should have proxies like a radio action. Since 2.4
A GtkRadioAction is similar to GtkRadioMenuItem. A number of radio actions can be linked together so that only one may be active at any one time.