Interface Paned.OnMoveHandle

Enclosing class:
Paned
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 Paned.OnMoveHandle
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onMoveHandle(int scroll_type)
    Emitted to move the handle with key bindings.
  • Method Details

    • onMoveHandle

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

      This is a [keybinding signal](class.SignalAction.html).
      Parameters:
      scroll_type - a `GtkScrollType`
      Returns: