Adjustment.configure

void configure(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)

Sets all properties of the adjustment at once.

Use this function to avoid multiple emissions of the [gtk.adjustment.Adjustment.changed] signal. See [gtk.adjustment.Adjustment.setLower] for an alternative way of compressing multiple emissions of [gtk.adjustment.Adjustment.changed] into one.

Parameters

valuethe new value
lowerthe new minimum value
upperthe new maximum value
stepIncrementthe new step increment
pageIncrementthe new page increment
pageSizethe new page size