Adjustment.configure

Sets all properties of the adjustment at once.

Use this function to avoid multiple emissions of the #GtkAdjustment::changed signal. See gtk_adjustment_set_lower() for an alternative way of compressing multiple emissions of #GtkAdjustment::changed into one.

class Adjustment
void
configure
(
double value
,
double lower
,
double upper
,,,
double pageSize
)

Parameters

value double

the new value

lower double

the new minimum value

upper double

the new maximum value

stepIncrement double

the new step increment

pageIncrement double

the new page increment

pageSize double

the new page size

Meta

Since

2.14