VScrollbar.this

Warning gtk_vscrollbar_new has been deprecated since version 3.2 and should not be used in newly-written code. Use gtk_scrollbar_new() with GTK_ORIENTATION_VERTICAL instead Creates a new vertical scrollbar.

  1. this(GtkVScrollbar* gtkVScrollbar)
  2. this(Adjustment adjustment)
    class VScrollbar

Parameters

adjustment Adjustment

the GtkAdjustment to use, or NULL to create a new adjustment. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta