Method

GimpUiScrolledPreviewget_adjustments

Declaration [src]

void
gimp_scrolled_preview_get_adjustments (
  GimpScrolledPreview* preview,
  GtkAdjustment** hadj,
  GtkAdjustment** vadj
)

Description

No description available.

Parameters

hadj

Type: GtkAdjustment

Horizontal adjustment.

The argument will be set by the function.
The data is owned by the caller of the function.
vadj

Type: GtkAdjustment

Vertical adjustment.

The argument will be set by the function.
The data is owned by the caller of the function.