:right-sidebar: True LayoutChild =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: LayoutChild(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` Subclasses: :class:`~gi.repository.Gtk.ConstraintLayoutChild`, :class:`~gi.repository.Gtk.FixedLayoutChild`, :class:`~gi.repository.Gtk.GridLayoutChild`, :class:`~gi.repository.Gtk.OverlayLayoutChild` :Constructors: :: LayoutChild(**properties) Methods ------- .. rst-class:: interim-class .. class:: LayoutChild :no-index: .. method:: get_child_widget() -> ~gi.repository.Gtk.Widget Retrieves the ``GtkWidget`` associated to the given ``layout_child``. .. method:: get_layout_manager() -> ~gi.repository.Gtk.LayoutManager Retrieves the ``GtkLayoutManager`` instance that created the given ``layout_child``. Properties ---------- .. rst-class:: interim-class .. class:: LayoutChild :no-index: .. attribute:: props.child_widget :type: ~gi.repository.Gtk.Widget The widget that is associated to the ``GtkLayoutChild`` instance. .. attribute:: props.layout_manager :type: ~gi.repository.Gtk.LayoutManager The layout manager that created the ``GtkLayoutChild`` instance. Fields ------ .. rst-class:: interim-class .. class:: LayoutChild :no-index: .. attribute:: parent_instance