Interface Widget.OnKeynavFailed

Enclosing class:
Widget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Widget.OnKeynavFailed
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onKeynavFailed(int direction)
    Emitted if keyboard navigation fails.
  • Method Details

    • onKeynavFailed

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

      See [method@Gtk.Widget.keynav_failed] for details.
      Parameters:
      direction - the direction of movement
      Returns:
      %TRUE if stopping keyboard navigation is fine, %FALSE if the emitting widget should try to handle the keyboard navigation attempt in its parent widget(s).