Package: gtk

Function gtk:adjustment-configure

Lambda List

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

Arguments

adjustment -- a gtk:adjustment object
value -- a number for the new value
lower -- a number for the new minimum value
upper -- a number for the new maximum value
step-increment -- a number for the new step increment
page-increment -- a nubmer for the new page increment
page-size -- a number for the new page size

Details

Sets all properties of the adjustment at once. Use this function to avoid multiple emissions of the "changed" signal. See the gtk:adjustment-lower function for an alternative way of compressing multiple emissions of "changed" signals into one.

Notes

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

See also

2025-07-16