Package: gtk

Function gtk:adjustment-new

Lambda List

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

Arguments

value -- a double float for the initial value
lower -- a double float for the minimum value
upper -- a double float for the maximum value
step-increment -- a double float for the step increment
page-increment -- a double float for the page increment
page-size -- a double float for the page size

Return Value

The new gtk:adjustment object.

Details

Creates a new adjustment.
 

See also

2025-07-26