Function
GimpUiscroll_adjustment_values
Declaration [src]
void
gimp_scroll_adjustment_values (
  GdkEventScroll* sevent,
  GtkAdjustment* hadj,
  GtkAdjustment* vadj,
  gdouble* hvalue,
  gdouble* vvalue
)
Parameters
- sevent
- 
            Type: GdkEventScrollA GdkEventScroll.The data is owned by the caller of the function. 
- hadj
- 
            Type: GtkAdjustmentHorizontal adjustment. The argument can be NULL.The data is owned by the caller of the function. 
- vadj
- 
            Type: GtkAdjustmentVertical adjustment. The argument can be NULL.The data is owned by the caller of the function. 
- hvalue
- 
            Type: gdouble*Return location for horizontal value, or NULL.The argument will be set by the function. The argument can be NULL.
- vvalue
- 
            Type: gdouble*Return location for vertical value, or NULL.The argument will be set by the function. The argument can be NULL.