Constructor

GtkVScrollbarnew

deprecated: 3.2 

Declaration [src]

GtkWidget*
gtk_vscrollbar_new (
  GtkAdjustment* adjustment
)

Description [src]

Creates a new vertical scrollbar.

Deprecated since: 3.2

Use gtk_scrollbar_new() with GTK_ORIENTATION_VERTICAL instead.

Parameters

adjustment

Type: GtkAdjustment

The GtkAdjustment to use, or NULL to create a new adjustment.

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

Return value

Type: GtkWidget

The new GtkVScrollbar.

The data is owned by the called function.