FixedLayoutChild

GtkLayoutChild subclass for children in a GtkFixedLayout.

Constructors

this
this(GtkFixedLayoutChild* gtkFixedLayoutChild, bool ownedRef)

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

Members

Functions

getFixedLayoutChildStruct
GtkFixedLayoutChild* getFixedLayoutChildStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getTransform
Transform getTransform()

Retrieves the transformation of the child.

setTransform
void setTransform(Transform transform)

Sets the transformation of the child of a GtkFixedLayout.

Static functions

getType
GType getType()

Variables

gtkFixedLayoutChild
GtkFixedLayoutChild* gtkFixedLayoutChild;

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