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

column
int column [@property getter]

Get column property.

column
int column [@property setter]

Set column property.

columnSpan
int columnSpan [@property getter]

Get columnSpan property.

columnSpan
int columnSpan [@property setter]

Set columnSpan property.

gType
GType gType [@property getter]
row
int row [@property getter]

Get row property.

row
int row [@property setter]

Set row property.

rowSpan
int rowSpan [@property getter]

Get rowSpan property.

rowSpan
int rowSpan [@property setter]

Set rowSpan property.

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.