Package ch.bailu.gtk.gtk
Interface IMContext.OnRetrieveSurrounding
- Enclosing class:
- IMContext
- 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
The ::retrieve-surrounding signal is emitted when the input method
requires the context surrounding the cursor.
-
Method Details
-
onRetrieveSurrounding
boolean onRetrieveSurrounding()The ::retrieve-surrounding signal is emitted when the input method
requires the context surrounding the cursor.
The callback should set the input method surrounding context by
calling the [method@Gtk.IMContext.set_surrounding] method.- Returns:
- %TRUE if the signal was handled.
-