configure

open fun configure(value: Double, lower: Double, upper: Double, stepIncrement: Double, pageIncrement: Double, pageSize: Double)

Sets all properties of the adjustment at once.

Use this function to avoid multiple emissions of the signal@Gtk.Adjustment::changed signal. See method@Gtk.Adjustment.set_lower for an alternative way of compressing multiple emissions of signal@Gtk.Adjustment::changed into one.

Parameters

value

the new value

lower

the new minimum value

upper

the new maximum value

stepIncrement

the new step increment

pageIncrement

the new page increment

pageSize

the new page size