Package: gtk

Accessor gtk:range-adjustment

Lambda List

gtk:range-adjustment (object)

Syntax

(gtk:range-adjustment object) => adjustement
(setf (gtk:range-adjustment object) adjustment)

Arguments

object -- a gtk:range widget
adjustment -- a gtk:adjustment object

Details

The accessor for the adjustment slot of the gtk:range class gets or sets the adjustment which is the "model" object for the range.

The adjustment indicates the current range value, the minimum and maximum range values, the step/page increments used for keybindings and scrolling, and the page size. The page size is normally 0 for the gtk:scale widget, and indicates the size of the visible area of the widget being scrolled.
 

See also

2025-08-12