Scrollbar.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gtk.types.Orientation orientation, gtk.adjustment.Adjustment adjustment = null)

Creates a new scrollbar with the given orientation.

Parameters

orientationthe scrollbar’s orientation.
adjustmentthe [gtk.adjustment.Adjustment] to use, or null to create a new adjustment.

Returns

the new [gtk.scrollbar.Scrollbar].