Method

GtkViewportset_vadjustment

deprecated: 3.0 

Declaration [src]

void
gtk_viewport_set_vadjustment (
  GtkViewport* viewport,
  GtkAdjustment* adjustment
)

Description [src]

Sets the vertical adjustment of the viewport.

Deprecated since: 3.0

Use gtk_scrollable_set_vadjustment()

Parameters

adjustment

Type: GtkAdjustment

A GtkAdjustment.

The argument can be NULL.
The data is owned by the caller of the method.