Method
GimpUiScrolledPreviewget_adjustments
Declaration [src]
void
gimp_scrolled_preview_get_adjustments (
  GimpScrolledPreview* preview,
  GtkAdjustment** hadj,
  GtkAdjustment** vadj
)
Parameters
- hadj
- 
            Type: GtkAdjustmentHorizontal adjustment. The argument will be set by the function. The returned data is owned by the instance. 
- vadj
- 
            Type: GtkAdjustmentVertical adjustment. The argument will be set by the function. The returned data is owned by the instance.