Package: gtk

Function gtk:adjustment-new

Lambda List

gtk:adjustment-new (value lower upper step-increment page-increment page-size)

Arguments

value -- a number with the initial value
lower -- a number with the minimum value
upper -- a number with the maximum value
step-increment -- a number with the step increment
page-increment -- a number with the page increment
page-size -- a number with the page size

Return Value

The new gtk:adjustment object.

Details

Creates a new adjustment.

Notes

The numbers for the arguments are coerced to double floats before being passed to the foreign C function.
 

See also

2025-1-25