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 data is owned by the caller of the function.  vadj- 
            
Type:
GtkAdjustmentVertical adjustment.
The argument will be set by the function. The data is owned by the caller of the function.