Package: gtk

Function gtk:adjustment-minimum-increment

Lambda List

gtk:adjustment-minimum-increment (adjustment)

Arguments

adjustment -- a gtk:adjustment object

Return Value

The double float for the minimum increment of the adjustment.

Details

Gets the smaller of step increment and page increment.

Notes

This function does not call the C function, but is implemented as a Lisp function.
 

See also

2025-10-25