GridLayoutChild

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getColumn
int getColumn()

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

getColumnSpan
int getColumnSpan()

Retrieves the number of columns that child spans to.

getRow
int getRow()

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

getRowSpan
int getRowSpan()

Retrieves the number of rows that child spans to.

self
GridLayoutChild self()

Returns this, for use in with statements.

setColumn
void setColumn(int column)

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

setColumnSpan
void setColumnSpan(int span)

Sets the number of columns child spans to.

setRow
void setRow(int row)

Sets the row to place child in.

setRowSpan
void setRowSpan(int span)

Sets the number of rows child spans to.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From LayoutChild

getGType
GType getGType()
gType
GType gType [@property getter]
self
LayoutChild self()

Returns this, for use in with statements.

getChildWidget
gtk.widget.Widget getChildWidget()

Retrieves the gtk.widget.Widget associated to the given layout_child.

getLayoutManager
gtk.layout_manager.LayoutManager getLayoutManager()

Retrieves the gtk.layout_manager.LayoutManager instance that created the given layout_child.