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

See also

#2023-8-25