gtk.fixed_layout_child

Module for [FixedLayoutChild] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FixedLayoutChild self() nothrowReturns `this`, for use in `with` statements.
FixedLayoutChildGidBuilder builder() static nothrowGet builder for [gtk.fixed_layout_child.FixedLayoutChild] Returns: New builder object
gsk.transform.Transform transform() @property nothrowGet `transform` property. Returns: The transform of the child.
void transform(gsk.transform.Transform propval) @property nothrowSet `transform` property. Params: propval = The transform of the child.
gsk.transform.Transform getTransform() nothrowRetrieves the transformation of the child. Returns: a [gsk.transform.Transform]
void setTransform(gsk.transform.Transform transform) nothrowSets the transformation of the child of a [gtk.fixed_layout.FixedLayout].
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gtk.fixed_layout_child.FixedLayoutChild

Methods
T transform(gsk.transform.Transform propval) nothrowSet `transform` property. Params: propval = The transform of the child. Returns: Builder instance for fluent chaining