Class GridLayoutChild

All Implemented Interfaces:
PointerInterface

public class GridLayoutChild extends LayoutChild
`GtkLayoutChild` subclass for children in a `GtkGridLayout`.

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

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getColumn

      public int getColumn()
      Retrieves the column number to which @child attaches its left side.
      Returns:
      the column number
    • getColumnSpan

      public int getColumnSpan()
      Retrieves the number of columns that @child spans to.
      Returns:
      the number of columns
    • getRow

      public int getRow()
      Retrieves the row number to which @child attaches its top side.
      Returns:
      the row number
    • getRowSpan

      public int getRowSpan()
      Retrieves the number of rows that @child spans to.
      Returns:
      the number of row
    • setColumn

      public void setColumn(int column)
      Sets the column number to attach the left side of @child.
      Parameters:
      column - the attach point for @child
    • setColumnSpan

      public void setColumnSpan(int span)
      Sets the number of columns @child spans to.
      Parameters:
      span - the span of @child
    • setRow

      public void setRow(int row)
      Sets the row to place @child in.
      Parameters:
      row - the row for @child
    • setRowSpan

      public void setRowSpan(int span)
      Sets the number of rows @child spans to.
      Parameters:
      span - the span of @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()