Schnittstelle Widget.OnKeynavFailed

Umschließende Klasse:
Widget
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Widget.OnKeynavFailed
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onKeynavFailed(int direction)
    Emitted if keyboard navigation fails.
  • Methodendetails

    • onKeynavFailed

      boolean onKeynavFailed(int direction)
      Emitted if keyboard navigation fails.

      See [method@Gtk.Widget.keynav_failed] for details.
      Parameter:
      direction - the direction of movement
      Gibt zurück:
      true if stopping keyboard navigation is fine, false if the emitting widget should try to handle the keyboard navigation attempt in its parent widget