Method

Gtk.Adjustment.configure

Declaration [src]

void
gtk_adjustment_configure (
  GtkAdjustment* adjustment,
  double value,
  double lower,
  double upper,
  double step_increment,
  double page_increment,
  double 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.

Parameters

value double
 

the new value

lower double
 

the new minimum value

upper double
 

the new maximum value

step_increment double
 

the new step increment

page_increment double
 

the new page increment

page_size double
 

the new page size