Gtk.Adjustment.prototype.configure
function configure(value:Number, lower:Number, upper:Number, step_increment:Number, page_increment:Number, page_size:Number):void {
// Gjs wrapper for gtk_adjustment_configure()
}Sets all properties of the adjustment at once.
Use this function to avoid multiple emissions of the Gtk.changed signal. See Gtk.set_lower for an alternative way of compressing multiple emissions of Gtk.changed into one.
Since 2.14
- 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