FixedLayoutChild

class FixedLayoutChild(**properties: Any)

Superclasses: LayoutChild, Object

GtkLayoutChild subclass for children in a GtkFixedLayout.

Methods

class FixedLayoutChild
get_transform() Transform | None

Retrieves the transformation of the child.

set_transform(transform: Transform) None

Sets the transformation of the child of a GtkFixedLayout.

Parameters:

transform – a GskTransform

Properties

class FixedLayoutChild
props.transform: Transform

The transform of the child.