Schnittstelle Paned.OnMoveHandle

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

@FunctionalInterface public static interface Paned.OnMoveHandle
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onMoveHandle(int scroll_type)
    Emitted to move the handle with key bindings.
  • Methodendetails

    • onMoveHandle

      boolean onMoveHandle(int scroll_type)
      Emitted to move the handle with key bindings.

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

      The default bindings for this signal are
      <kbd>Ctrl</kbd>+<kbd>←</kbd>, <kbd>←</kbd>,
      <kbd>Ctrl</kbd>+<kbd>→</kbd>, <kbd>→</kbd>,
      <kbd>Ctrl</kbd>+<kbd>↑</kbd>, <kbd>↑</kbd>,
      <kbd>Ctrl</kbd>+<kbd>↓</kbd>, <kbd>↓</kbd>,
      <kbd>PgUp</kbd>, <kbd>PgDn</kbd>, <kbd>Home</kbd>, <kbd>End</kbd>.
      Parameter:
      scroll_type - a `GtkScrollType`
      Gibt zurück:
      whether the handle was moved