Skip to content

Gtk.FixedLayoutChild

class — extends LayoutChild

GtkLayoutChild subclass for children in a GtkFixedLayout.

Methods

get_transform

def get_transform(self) -> Gsk.Transform | None

Retrieves the transformation of the child.

set_transform

def set_transform(self, transform: Gsk.Transform) -> None

Sets the transformation of the child of a GtkFixedLayout.

Parameters:

  • transform — a GskTransform

Properties

transform

transform: Gsk.Transform  # read/write

The transform of the child.