Klasse Orientable

Alle implementierten Schnittstellen:
PointerInterface

public class Orientable extends Interface
An interface for 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”.

## CSS nodes

`GtkWidget` types implementing the `GtkOrientable` interface will
automatically acquire the `horizontal` or `vertical` CSS class depending on
the value of the [property@Gtk.Orientable:orientation] property.

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

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getOrientation

      public int getOrientation()
      Retrieves the orientation of the @orientable.
      Gibt zurück:
      the orientation of the @orientable
    • setOrientation

      public void setOrientation(int orientation)
      Sets the orientation of the @orientable.
      Parameter:
      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()