Package: gtk

Accessor gtk-scale-has-origin

Lambda List

gtk-scale-has-origin (object)

Syntax

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

Arguments

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

Details

Accessor of the has-origin slot of the gtk-scale class.

The gtk-scale-has-origin slot access function returns whether the scale has an origin.

If has-origin 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

2021-12-27