Package: gtk

Accessor gtk:adjustment-step-increment

Lambda List

gtk:adjustment-step-increment (object)

Syntax

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

Arguments

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