Klasse AccessibleText

Alle implementierten Schnittstellen:
PointerInterface

public class AccessibleText extends Interface
An interface for accessible objects containing formatted text.

The `GtkAccessibleText` interfaces is meant to be implemented by accessible
objects that have text formatted with attributes, or non-trivial text contents.

You should use the [enum@Gtk.AccessibleProperty.LABEL] or the
[enum@Gtk.AccessibleProperty.DESCRIPTION] properties for accessible
objects containing simple, unformatted text.

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

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • updateCaretPosition

      public void updateCaretPosition()
      Updates the position of the caret.

      Implementations of the `GtkAccessibleText` interface should call this
      function every time the caret has moved, in order to notify assistive
      technologies.
    • updateSelectionBound

      public void updateSelectionBound()
      Updates the boundary of the selection.

      Implementations of the `GtkAccessibleText` interface should call this
      function every time the selection has moved, in order to notify assistive
      technologies.
    • 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()