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
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 |