Method

GtkLayoutset_vadjustment

deprecated: 3.0 

Declaration [src]

void
gtk_layout_set_vadjustment (
  GtkLayout* layout,
  GtkAdjustment* adjustment
)

Description [src]

Sets the vertical scroll adjustment for the layout.

See GtkScrolledWindow, GtkScrollbar, GtkAdjustment for details.

Deprecated since: 3.0

Use gtk_scrollable_set_vadjustment()

Parameters

adjustment

Type: GtkAdjustment

New scroll adjustment.

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