Schnittstelle ScrolledWindow.OnMoveFocusOut

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

@FunctionalInterface public static interface ScrolledWindow.OnMoveFocusOut
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onMoveFocusOut(int direction_type)
    Emitted when focus is moved away from the scrolled window by a
    keybinding.
  • Methodendetails

    • 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
      <kbd>Ctrl</kbd>+<kbd>Tab</kbd> to move forward and
      <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Tab</kbd>` to move backward.
      Parameter:
      direction_type - either %GTK_DIR_TAB_FORWARD or %GTK_DIR_TAB_BACKWARD