FixedLayoutChild

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getTransform
gsk.transform.Transform getTransform()

Retrieves the transformation of the child.

self
FixedLayoutChild self()

Returns this, for use in with statements.

setTransform
void setTransform(gsk.transform.Transform transform)

Sets the transformation of the child of a gtk.fixed_layout.FixedLayout.

Properties

gType
GType gType [@property getter]

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.