GimpUi.int_adjustment_update
@accepts(Gtk.Adjustment, gpointer)
@returns(none)
def int_adjustment_update(adjustment, data):
# Python 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.