Class OverlayLayoutChild

All Implemented Interfaces:
PointerInterface

public class OverlayLayoutChild extends LayoutChild
`GtkLayoutChild` subclass for children in a `GtkOverlayLayout`.

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

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getClipOverlay

      public boolean getClipOverlay()
      Retrieves whether the child is clipped.
      Returns:
      whether the child is clipped
    • getMeasure

      public boolean getMeasure()
      Retrieves whether the child is measured.
      Returns:
      whether the child is measured
    • setClipOverlay

      public void setClipOverlay(boolean clip_overlay)
      Sets whether to clip this child.
      Parameters:
      clip_overlay - whether to clip this child
    • setMeasure

      public void setMeasure(boolean measure)
      Sets whether to measure this child.
      Parameters:
      measure - whether to measure this child
    • 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()