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

Accessor of the adjustment slot of the gtk:range class. The gtk:range-adjustment function gets the adjustment which is the "model" object for the range. The (setf gtk:range-adjustment) function sets the adjustment.

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

2023-8-24