gtk.fixed_layout_child
Module for [FixedLayoutChild] class
Types 3
[gtk.layout_child.LayoutChild] subclass for children in a [gtk.fixed_layout.FixedLayout].
Methods
FixedLayoutChild self()Returns `this`, for use in `with` statements.FixedLayoutChildGidBuilder builder()Get builder for [gtk.fixedlayoutchild.FixedLayoutChild] Returns: New builder objectgsk.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].Methods
T transform(gsk.transform.Transform propval)Set `transform` property. Params: propval = The transform of the child. Returns: Builder instance for fluent chainingFluent builder for [gtk.fixed_layout_child.FixedLayoutChild]
Methods