GridLayoutChild

open class GridLayoutChild(pointer: <Error class: unknown class><<Error class: unknown class>>) : LayoutChild

GtkLayoutChild subclass for children in a GtkGridLayout.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The widget that is associated to the GtkLayoutChild instance.

Link copied to clipboard
open var column: <Error class: unknown class>

The column to place the child in.

Link copied to clipboard
open var columnSpan: <Error class: unknown class>

The number of columns the child spans to.

Link copied to clipboard
val gtkGridLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val gtkLayoutChildPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

The layout manager that created the GtkLayoutChild instance.

Link copied to clipboard
open var row: <Error class: unknown class>

The row to place the child in.

Link copied to clipboard
open var rowSpan: <Error class: unknown class>

The number of rows the child spans to.