configure


Description:

[ Version ( since = "2.14" ) ]
public void configure (double value, double lower, double upper, double step_increment, double page_increment, double page_size)

Sets all properties of the adjustment at once.

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

Parameters:

this

a Adjustment

value

the new value

lower

the new minimum value

upper

the new maximum value

step_increment

the new step increment

page_increment

the new page increment

page_size

the new page size