Package: gtk

Accessor gtk-adjustment-step-increment

Lambda List

gtk-adjustment-step-increment (object)

Syntax

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

Arguments

object -- a gtk-adjustment object
step-increment -- a double float with the step increment

Details

Accessor of the step-increment slot of the gtk-adjustment class.

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