Interface EditableInterface.OnSetSelectionBounds

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.OnSetSelectionBounds
  • Method Details

    • onSetSelectionBounds

      void onSetSelectionBounds(CallbackHandler __self, @Nonnull Editable editable, int start_pos, int end_pos)
      Parameters:
      editable - a `GtkEditable`
      start_pos - start of region
      end_pos - end of region