GimpUi.int_adjustment_update
function int_adjustment_update(adjustment: Gtk.Adjustment, data: void): void {
// Gjs wrapper for gimp_int_adjustment_update()
}
Note that the Gtk.Adjustment's value (which is a #gdouble) will be rounded with RINT().
- adjustment
- data
A pointer to a #gint variable which will store the adjustment's value.