RadioAction.value

Get value property.

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

Return Value

Type: 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.