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

Link copied to clipboard
constructor(gtkScrollablePointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of Scrollable for the provided CPointer.

Properties

Link copied to clipboard
open override val gtkScrollablePointer: <Error class: unknown class><<Error class: unknown class>>
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
open fun getBorder(border: Border): Boolean

Returns the size of a non-scrolling border around the outside of the scrollable.

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
open fun setHadjustment(hadjustment: Adjustment? = null)

Sets the horizontal adjustment of the GtkScrollable.

Link copied to clipboard

Sets the GtkScrollablePolicy.

Link copied to clipboard
open fun setVadjustment(vadjustment: Adjustment? = null)

Sets the vertical adjustment of the GtkScrollable.

Link copied to clipboard

Sets the GtkScrollablePolicy.