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 with the initial value
lower -- a double float with the minimum value
upper -- a double float with the maximum value
step-increment -- a double float with the step increment
page-increment -- a double float with the page increment
page-size -- a double float with the page size

Return Value

The new gtk:adjustment object.

Details

Creates a new adjustment.
 

See also

2023-8-25