signal callback delegate or function to connect
bool callback(gtk.imcontext.IMContext iMContext)
iMContext the instance the signal is connected to (optional)
Returns true if the signal was handled.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to RetrieveSurrounding signal.
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 gtk.imcontext.IMContext.setSurrounding method.