Package: gtk

Accessor gtk:adjustment-page-increment

Lambda List

gtk:adjustment-page-increment (object)

Syntax

(gtk:adjustment-page-increment object) => increment
(setf (gtk:adjustment-page-increment object) increment)

Arguments

object -- a gtk:adjustment object
increment -- a double float with the page increment

Details

Accessor of the page-increment slot of the gtk:adjustment class. The gtk:adjustment-page-increment function retrieves the page increment of the adjustment. The (setf gtk:adjustment-page-increment) function sets the page increment of the adjustment.

See the gtk:adjustment-lower function about how to compress multiple emissions of the "changed" signal when setting multiple adjustment properties.
 

See also

2023-8-25