GimpUi.uint_adjustment_update
@accepts(Gtk.Adjustment, int)
@returns(none)
def uint_adjustment_update(adjustment, data):
# Python 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 return location for the adjustment's value.