Package: gtk

Accessor gtk-adjustment-page-increment

Lambda List

gtk-adjustment-page-increment (object)

Syntax

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

Arguments

object -- a gtk-adjustment object
page-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 slot access function retrieves the page increment of the adjustment. The (setf gtk-adjustment-page-increment) slot access function sets the page increment of the adjustment.

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

See also

2021-12-18