gtk.fixed_layout_child

Module for FixedLayoutChild class

Types 3

Methods
GType _gType() @property
FixedLayoutChild self()Returns `this`, for use in `with` statements.
FixedLayoutChildGidBuilder builder()Get builder for [gtk.fixed_layout_child.FixedLayoutChild] Returns: New builder object
gsk.transform.Transform transform() @propertyGet `transform` property. Returns: The transform of the child.
void transform(gsk.transform.Transform propval) @propertySet `transform` property. Params: propval = The transform of the child.
gsk.transform.Transform getTransform()Retrieves the transformation of the child. Returns: a [gsk.transform.Transform]
void setTransform(gsk.transform.Transform transform)Sets 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)Set `transform` property. Params: propval = The transform of the child. Returns: Builder instance for fluent chaining