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 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

A new gtk-adjustment object.

Details

Creates a new adjustment.
 

See also

*2021-12-18