GridLayoutChild

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.

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.

Inherited Members

From LayoutChild

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.