Method

GtkRadioActionset_current_value

deprecated: 3.10 since: 2.10

Declaration [src]

void
gtk_radio_action_set_current_value (
  GtkRadioAction* action,
  gint current_value
)

Description [src]

Sets the currently active group member to the member with value property current_value.

Available since: 2.10

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

current_value

Type: gint

The new value.