gtk.fixed_layout_child
Module for [FixedLayoutChild] class
Types 3
gtk.layout_child.LayoutChild subclass for children in a gtk.fixed_layout.FixedLayout.
Methods
FixedLayoutChildGidBuilder builder() static nothrowGet builder for [gtk.fixed_layout_child.FixedLayoutChild] Returns: New builder objectgsk.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].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 chainingFluent builder for gtk.fixed_layout_child.FixedLayoutChild
Methods