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