Class OverlayLayout

All Implemented Interfaces:
PointerInterface

public class OverlayLayout extends LayoutManager
`GtkOverlayLayout` is the layout manager used by `GtkOverlay`.

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 only listed here so that its layout
properties get documented.

https://docs.gtk.org/gtk4/class.OverlayLayout.html

  • Constructor Details

    • OverlayLayout

      public OverlayLayout(PointerContainer pointer)
    • OverlayLayout

      public OverlayLayout()
      Creates a new `GtkOverlayLayout` instance.
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()