Signal
GtkTextView::preedit-changed
Description [src]
Emitted when preedit text of the active IM changes.
If an input method is used, the typed text will not immediately be committed to the buffer. So if you are interested in the text, connect to this signal.
This signal is only emitted if the text at the given position is actually editable.
Default handler: The default handler is called after the handlers added via |
Signal can be directly emitted on objects from user code |