:right-sidebar: True FixedLayoutChild =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: FixedLayoutChild(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.LayoutChild`, :class:`~gi.repository.GObject.Object` ``GtkLayoutChild`` subclass for children in a ``GtkFixedLayout``. Methods ------- .. rst-class:: interim-class .. class:: FixedLayoutChild :no-index: .. method:: get_transform() -> ~gi.repository.Gsk.Transform | None Retrieves the transformation of the child. .. method:: set_transform(transform: ~gi.repository.Gsk.Transform) -> None Sets the transformation of the child of a ``GtkFixedLayout``. :param transform: a ``GskTransform`` Properties ---------- .. rst-class:: interim-class .. class:: FixedLayoutChild :no-index: .. attribute:: props.transform :type: ~gi.repository.Gsk.Transform The transform of the child.