Package: gtk

Accessor gtk:scale-value-pos

Lambda List

gtk:scale-value-pos (object)

Syntax

(gtk:scale-value-pos object) => pos
(setf (gtk:scale-digits object) pos)

Arguments

object -- a gtk:scale widget
pos -- a gtk:position-type value with the position in which the current value is displayed

Details

Accessor of the value-pos slot of the gtk:scale class. The gtk:scale-value-pos function gets the position in which the current value is displayed. The gtk:scale-value-pos function sets the position in which the current value is displayed.
 

See also

#2023-3-24