RadioAction.value

Set value property.

  1. int value [@property getter]
  2. int value [@property setter]
    class RadioAction
    @property
    void
    value
    ()

Parameters

propval int

The value is an arbitrary integer which can be used as a convenient way to determine which action in the group is currently active in an ::activate or ::changed signal handler. See gtk.radio_action.RadioAction.getCurrentValue and #GtkRadioActionEntry for convenient ways to get and set this property.