Method

GtkScrolledWindowget_vadjustment

Declaration [src]

GtkAdjustment*
gtk_scrolled_window_get_vadjustment (
  GtkScrolledWindow* scrolled_window
)

Description [src]

Returns the vertical scrollbar’s adjustment.

This is the adjustment used to connect the vertical scrollbar to the child widget’s vertical scroll functionality.

Return value

Type: GtkAdjustment

The vertical GtkAdjustment

The returned data is owned by the instance.