GimpUi.scroll_adjustment_values
function scroll_adjustment_values(sevent: Gdk.EventScroll, hadj: Gtk.Adjustment, vadj: Gtk.Adjustment): [hvalue: Number(gdouble), vvalue: Number(gdouble)] {
// Gjs wrapper for gimp_scroll_adjustment_values()
}
- sevent
- hadj
Horizontal adjustment
- vadj
Vertical adjustment
- hvalue
Return location for horizontal value, or null
- vvalue
Return location for vertical value, or null