Class Orientable

All Implemented Interfaces:
PointerInterface

public class Orientable extends Interface
The `GtkOrientable` interface is implemented by all widgets that can be
oriented horizontally or vertically.

`GtkOrientable` is more flexible in that it allows the orientation to be
changed at runtime, allowing the widgets to “flip”.

https://docs.gtk.org/gtk4/iface.Orientable.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getOrientation

      public int getOrientation()
      Retrieves the orientation of the @orientable.
      Returns:
      the orientation of the @orientable
    • setOrientation

      public void setOrientation(int orientation)
      Sets the orientation of the @orientable.
      Parameters:
      orientation - the orientable’s new orientation
    • 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()