Gtk.IMContext::commit
function callback(i_m_context, str:String, ):void;
The ::commit signal is emitted when a complete input sequence has been entered by the user. This can be a single character immediately after a key press or the final result of preediting.
- i_m_context
instance of Gtk.IMContext that is emitting the signal
- str
the completed character(s) entered by the user