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: Int

The column to place the child in.

Link copied to clipboard
open var columnSpan: Int

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: Int

The row to place the child in.

Link copied to clipboard
open var rowSpan: Int

The number of rows the child spans to.

Functions

Link copied to clipboard

Retrieves the GtkWidget associated to the given @layout_child.

Link copied to clipboard
open fun getColumn(): Int

Retrieves the column number to which @child attaches its left side.

Link copied to clipboard
open fun getColumnSpan(): Int

Retrieves the number of columns that @child spans to.

Link copied to clipboard

Retrieves the GtkLayoutManager instance that created the given @layout_child.

Link copied to clipboard
open fun getRow(): Int

Retrieves the row number to which @child attaches its top side.

Link copied to clipboard
open fun getRowSpan(): Int

Retrieves the number of rows that @child spans to.

Link copied to clipboard
open fun setColumn(column: Int)

Sets the column number to attach the left side of @child.

Link copied to clipboard
open fun setColumnSpan(span: Int)

Sets the number of columns @child spans to.

Link copied to clipboard
open fun setRow(row: Int)

Sets the row to place @child in.

Link copied to clipboard
open fun setRowSpan(span: Int)

Sets the number of rows @child spans to.