GimpUi.scroll_adjustment_values
@accepts(Gdk.EventScroll, Gtk.Adjustment, Gtk.Adjustment, float, float)
@returns(none)
def scroll_adjustment_values(sevent, hadj, vadj, hvalue, vvalue):
# Python wrapper for gimp_scroll_adjustment_values()
- sevent
- hadj
Horizontal adjustment
- vadj
Vertical adjustment
- hvalue
Return location for horizontal value, or None
- vvalue
Return location for vertical value, or None