Class ConstraintLayoutChild

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class ConstraintLayoutChild extends LayoutChild
GtkLayoutChild subclass for children in a GtkConstraintLayout.
  • Constructor Details

    • ConstraintLayoutChild

      public ConstraintLayoutChild(MemorySegment address)
      Create a ConstraintLayoutChild instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • ConstraintLayoutChild

      public ConstraintLayoutChild()
      Create a new ConstraintLayoutChild.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the ConstraintLayoutChild class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected ConstraintLayoutChild asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class LayoutChild
      Returns:
      the instance as if it were its parent type
    • builder

      A ConstraintLayoutChild.Builder object constructs a ConstraintLayoutChild with the specified properties. Use the various set...() methods to set properties, and finish construction with ConstraintLayoutChild.Builder.build().
      Returns:
      the builder object