Gtk.TextView::preedit-changed

function callback(text_view, preedit:String, ):void;

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.

Since 2.20

text_view

instance of Gtk.TextView that is emitting the signal

preedit

the current preedit string