Package: gtk

Accessor gtk-radio-action-current-value

Lambda List

gtk-radio-action-current-value (object)

Syntax

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

Arguments

object -- a gtk-radio-action object
current-value -- an integer with the value

Details

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

The slot access function gtk-radio-action-current-value obtains the value property of the currently active member of the group to which the radio action belongs. The slot access function (setf gtk-radio-action-current-value) sets the currently active group member.

Warning

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

See also

*2021-7-24