Scrollbar.this

Creates a new scrollbar with the given orientation.

  1. this(GtkScrollbar* gtkScrollbar)
  2. this(GtkOrientation orientation, Adjustment adjustment)

Parameters

orientation GtkOrientation

the scrollbar's orientation.

adjustment Adjustment

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

Throws

ConstructionException GTK+ fails to create the object.

Meta