Interface IMContextClass.OnDeleteSurrounding

Enclosing class:
IMContextClass
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 IMContextClass.OnDeleteSurrounding
  • Method Details

    • onDeleteSurrounding

      boolean onDeleteSurrounding(CallbackHandler __self, @Nonnull IMContext context, int offset, int n_chars)
      Parameters:
      context - a `GtkIMContext`
      offset - offset from cursor position in chars; a negative value means start before the cursor.
      n_chars - number of characters to delete.
      Returns:
      %TRUE if the signal was handled.