Interface EditableInterface.OnGetSelectionBounds

Enclosing class:
EditableInterface
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 EditableInterface.OnGetSelectionBounds
  • Method Details

    • onGetSelectionBounds

      boolean onGetSelectionBounds(CallbackHandler __self, @Nonnull Editable editable, @Nullable Int start_pos, @Nullable Int end_pos)
      Parameters:
      editable - a `GtkEditable`
      start_pos - location to store the starting position
      end_pos - location to store the end position
      Returns:
      %TRUE if there is a non-empty selection, %FALSE otherwise