Method
GtkAdjustmentconfigure
since: 2.14
Declaration [src]
void
gtk_adjustment_configure (
GtkAdjustment* adjustment,
gdouble value,
gdouble lower,
gdouble upper,
gdouble step_increment,
gdouble page_increment,
gdouble page_size
)
Description [src]
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.
Available since: 2.14