configure
Description:
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 [signal@Gtk.Adjustment:GtkAdjustment:changed
] signal. See [
method@Gtk.Adjustment.set_lower] for an alternative way of compressing multiple emissions of [signal@Gtk.Adjustment:GtkAdjustment:changed
] into one.
Parameters:
this |
a `GtkAdjustment` |
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 |