Package: gtk

Accessor gtk:scale-has-origin

Lambda List

gtk:scale-has-origin (object)

Syntax

(gtk:scale-has-origin object) => setting
(setf (gtk:scale-digits object) setting)

Arguments

object -- a gtk:scale widget
setting -- true if the scale has an origin

Details

The accessor for the has-origin slot of the gtk:scale class gets or sets whether the scale has an origin.

If the has-origin property is set to true, the default, the scale will highlight the part of the scale between the origin, bottom or left side, of the scale and the current value.
 

See also

2025-08-20