Package: gtk

Accessor gtk:scale-draw-value

Lambda List

gtk:scale-draw-value (object)

Syntax

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

Arguments

object -- a gtk:scale widget
draw-value -- true to draw the value

Details

Accessor of the draw-value slot of the gtk:scale class. The gtk:scale-draw-value function returns whether the current value is displayed as a string next to the slider. The (setf gtk:scale-draw-value) function specifies whether the current value is displayed as a string next to the slider.
 

See also

#2023-3-24