Scrollbar.this

Creates a new scrollbar with the given orientation.

  1. this(GtkScrollbar* gtkScrollbar, bool ownedRef)
  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.

Return Value

the new #GtkScrollbar.

Throws

ConstructionException GTK+ fails to create the object.

Meta