ConstraintLayoutChild

GtkLayoutChild subclass for children in a GtkConstraintLayout.

Constructors

this
this(GtkConstraintLayoutChild* gtkConstraintLayoutChild, bool ownedRef)

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

Members

Functions

getConstraintLayoutChildStruct
GtkConstraintLayoutChild* getConstraintLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

gtkConstraintLayoutChild
GtkConstraintLayoutChild* gtkConstraintLayoutChild;

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