ScrollableImpl
data class ScrollableImpl(val gtkScrollablePointer: <Error class: unknown class><<Error class: unknown class>>) : Scrollable
The ScrollableImpl type represents a native instance of the Scrollable interface.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Horizontal GtkAdjustment
of the scrollable widget.
Link copied to clipboard
Determines when horizontal scrolling should start.
Link copied to clipboard
Vertical GtkAdjustment
of the scrollable widget.
Link copied to clipboard
Determines when vertical scrolling should start.
Functions
Link copied to clipboard
Retrieves the GtkAdjustment
used for horizontal scrolling.
Link copied to clipboard
Gets the horizontal GtkScrollablePolicy
.
Link copied to clipboard
Retrieves the GtkAdjustment
used for vertical scrolling.
Link copied to clipboard
Gets the vertical GtkScrollablePolicy
.
Link copied to clipboard
Sets the horizontal adjustment of the GtkScrollable
.
Link copied to clipboard
Sets the GtkScrollablePolicy
.
Link copied to clipboard
Sets the vertical adjustment of the GtkScrollable
.
Link copied to clipboard
Sets the GtkScrollablePolicy
.