Package: gtk

Accessor gtk-radio-action-value

Lambda List

gtk-radio-action-value (object)

Syntax

(gtk-radio-action-value object) => value
(setf (gtk-radio-action-value object) value)

Arguments

object -- a gtk-radio-action object
value -- an integer with the value which can be used to determine which action is active

Details

Accessor of the value slot of the gtk-radio-action class.

The value is an 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.

Warning

The function gtk-radio-action-value has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20