Class FixedLayoutChild

All Implemented Interfaces:
PointerInterface

public class FixedLayoutChild extends LayoutChild
`GtkLayoutChild` subclass for children in a `GtkFixedLayout`.

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

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getTransform

      public Transform getTransform()
      Retrieves the transformation of the child.
      Returns:
      a `GskTransform`
    • setTransform

      public void setTransform(@Nonnull Transform transform)
      Sets the transformation of the child of a `GtkFixedLayout`.
      Parameters:
      transform - a `GskTransform`
    • 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()