Scrollbar.this

Creates a new scrollbar with the given orientation.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gtk.types.Orientation orientation, gtk.adjustment.Adjustment adjustment)

Parameters

orientation gtk.types.Orientation

the scrollbar’s orientation.

adjustment gtk.adjustment.Adjustment

the gtk.adjustment.Adjustment to use, or null to create a new adjustment.

Return Value