gtk.fixed_layout_child

Module for [FixedLayoutChild] class

Types 3

[gtk.layout_child.LayoutChild] subclass for children in a [gtk.fixed_layout.FixedLayout].

Methods
GType _gType() @property
FixedLayoutChild self()Returns `this`, for use in `with` statements.
FixedLayoutChildGidBuilder builder()Get builder for [gtk.fixedlayoutchild.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)
Methods
T transform(gsk.transform.Transform propval)Set `transform` property. Params: propval = The transform of the child. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.fixed_layout_child.FixedLayoutChild]