OverlayLayout#
Superclasses: LayoutManager
, Object
GtkOverlayLayout
is 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#
- class OverlayLayout
- classmethod new() LayoutManager #
Creates a new
GtkOverlayLayout
instance.