Interface ScrolledWindow.OnMoveFocusOut

Enclosing class:
ScrolledWindow
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 ScrolledWindow.OnMoveFocusOut
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMoveFocusOut(int direction_type)
    Emitted when focus is moved away from the scrolled window by a
    keybinding.
  • Method Details

    • onMoveFocusOut

      void onMoveFocusOut(int direction_type)
      Emitted when focus is moved away from the scrolled window by a
      keybinding.

      This is a [keybinding signal](class.SignalAction.html).

      The default bindings for this signal are
      `Ctrl + Tab` to move forward and `Ctrl + Shift + Tab` to
      move backward.
      Parameters:
      direction_type - either %GTK_DIR_TAB_FORWARD or %GTK_DIR_TAB_BACKWARD