GridLayoutChild

GtkLayoutChild subclass for children in a GtkGridLayout.

Constructors

this
this(GtkGridLayoutChild* gtkGridLayoutChild, bool ownedRef)

Sets our main struct and passes it to the parent class.

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.

getGridLayoutChildStruct
GtkGridLayoutChild* getGridLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

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.

getStruct
void* getStruct()

the main Gtk struct as a void*

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.

Static functions

getType
GType getType()

Variables

gtkGridLayoutChild
GtkGridLayoutChild* gtkGridLayoutChild;

the main Gtk struct

Inherited Members

From LayoutChild

gtkLayoutChild
GtkLayoutChild* gtkLayoutChild;

the main Gtk struct

getLayoutChildStruct
GtkLayoutChild* getLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getChildWidget
Widget getChildWidget()

Retrieves the GtkWidget associated to the given @layout_child.

getLayoutManager
LayoutManager getLayoutManager()

Retrieves the GtkLayoutManager instance that created the given @layout_child.

Meta