Skip to content

Gtk.OverlayLayout

class — extends LayoutManager

The layout manager used by 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

new

@classmethod
def new(cls) -> LayoutManager

Creates a new GtkOverlayLayout instance.