gtk.overlay_layout

Module for [OverlayLayout] class

Types 3

gtk.overlay_layout.OverlayLayout is the layout manager used by gtk.overlay.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 gtk.overlay.Overlay. It is only listed here so that its layout properties get documented.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
OverlayLayout self() nothrowReturns `this`, for use in `with` statements.
OverlayLayoutGidBuilder builder() static nothrowGet builder for [gtk.overlay_layout.OverlayLayout] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.overlay_layout.OverlayLayout] instance. Returns: the newly created instance
Methods
OverlayLayout build() nothrowCreate object from builder. Returns: New object