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 gtk.Adjustment to use, or NULL to create a new adjustment.

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta