Gtk.OverlayLayout

g GObject.Object GObject.Object Gtk.LayoutManager Gtk.LayoutManager GObject.Object->Gtk.LayoutManager Gtk.OverlayLayout Gtk.OverlayLayout Gtk.LayoutManager->Gtk.OverlayLayout

Subclasses:

None

Methods

Inherited:

Gtk.LayoutManager (6), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

Gtk.LayoutManager (6), GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gtk.OverlayLayout(**kwargs)
Bases:

Gtk.LayoutManager

Abstract:

No

Structure:

Gtk.OverlayLayoutClass

GtkOverlayLayout is the layout manager used by [class`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.

classmethod new()[source]
Returns:

the newly created instance

Return type:

Gtk.LayoutManager

Creates a new GtkOverlayLayout instance.