VScrollbar.this

Creates a new vertical scrollbar.

More...
  1. this(GtkVScrollbar* gtkVScrollbar, bool ownedRef)
  2. this(Adjustment adjustment)
    class VScrollbar

Parameters

adjustment Adjustment

the #GtkAdjustment to use, or %NULL to create a new adjustment

Return Value

the new #GtkVScrollbar

Detailed Description

Deprecated: Use gtk_scrollbar_new() with %GTK_ORIENTATION_VERTICAL instead

Throws

ConstructionException GTK+ fails to create the object.

Meta