Scrollbar

constructor(orientation: Orientation, adjustment: Adjustment? = null)(source)

Creates a new scrollbar with the given orientation.

Return

the new GtkScrollbar.

Parameters

orientation

the scrollbar’s orientation.

adjustment

the class@Gtk.Adjustment to use, or null to create a new adjustment.


constructor(gtkScrollbarPointer: <Error class: unknown class><<Error class: unknown class>>)(source)