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 with the new value
lower -- a number with the new minimum value
upper -- a number with the new maximum value
step-increment -- a number with the new step increment
page-increment -- a nubmer with the new page increment
page-size -- a number with 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-1-25