Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onDeleteSurrounding
(CallbackHandler __self, IMContext context, int offset, int n_chars)
-
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.
-