InputMethodContextImpl
The InputMethodContextImpl type represents a native instance of the abstract InputMethodContext class.
Constructors
Properties
Functions
Emits the "committed" signal. See onCommitted.
Emits the "delete-surrounding" signal. See onDeleteSurrounding.
Emits the "preedit-changed" signal. See onPreeditChanged.
Emits the "preedit-finished" signal. See onPreeditFinished.
Emits the "preedit-started" signal. See onPreeditStarted.
Allow @key_event to be handled by the input method.
Notify @context that cursor area changed in input associated.
Notify @context that input associated has gained focus.
Notify @context that input associated has lost focus.
Notify @context that the context surrounding the cursor has changed.
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.
Emitted when the input method wants to delete the context surrounding the cursor. If @offset is a negative value, it means a position before the cursor.
Emitted whenever the preedit sequence currently being entered has changed. It is also emitted at the end of a preedit sequence, in which case webkit_input_method_context_get_preedit() returns the empty string.
Emitted when a preediting sequence has been completed or canceled.
Emitted when a new preediting sequence starts.
Set whether @context should enable preedit to display feedback.