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 gtk:radio-action-current-value function obtains the value property of the currently active member of the group to which the radio action belongs. The (setf gtk:radio-action-current-value) function sets the currently active group member.

Warning

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

See also

2024-9-26