Gtk.Entry::preedit-changed

function callback(entry, 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.

Since 2.20

entry

instance of Gtk.Entry that is emitting the signal

preedit

the current preedit string