:right-sidebar: True OverlayLayout =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: OverlayLayout(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.LayoutManager`, :class:`~gi.repository.GObject.Object` ``GtkOverlayLayout`` is the layout manager used by :obj:`~gi.repository.Gtk.Overlay`\. It places widgets as overlays on top of the main child. This is not a reusable layout manager, since it expects its widget to be a ``GtkOverlay``\. It is only listed here so that its layout properties get documented. Constructors ------------ .. rst-class:: interim-class .. class:: OverlayLayout :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.LayoutManager Creates a new ``GtkOverlayLayout`` instance.