OrientableImpl

data class OrientableImpl(val gtkOrientablePointer: <Error class: unknown class><<Error class: unknown class>>) : Orientable

The OrientableImpl type represents a native instance of the Orientable interface.

Constructors

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

Creates a new instance of Orientable for the provided CPointer.

Properties

Link copied to clipboard
open override val gtkOrientablePointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The orientation of the orientable.

Functions

Link copied to clipboard

Retrieves the orientation of the @orientable.

Link copied to clipboard
open fun setOrientation(orientation: Orientation)

Sets the orientation of the @orientable.