Creates a new gtk.immulticontext.IMMulticontext.
Gets the id of the currently active delegate of the context.
Sets the context id for context.
Requests the platform to show an on-screen keyboard for user input.
Asks the widget that the input context is attached to delete characters around the cursor position by emitting the ::delete_surrounding signal.
Allow an input method to forward key press and release events to another input method without necessarily having a gdk.event.Event available.
Allow an input method to internally handle key press and release events.
Notify the input method that the widget to which this input context corresponds has gained focus.
Notify the input method that the widget to which this input context corresponds has lost focus.
Retrieve the current preedit string for the input context, and a list of attributes to apply to the string.
Retrieves context around the insertion point.
Retrieves context around the insertion point.
Notify the input method that a change such as a change in cursor position has been made.
Set the client widget for the input context.
Notify the input method that a change in cursor position has been made.
Sets surrounding context around the insertion point and preedit string.
Sets surrounding context around the insertion point and preedit string. This function is expected to be called in response to the signalGtk.IMContext::retrieve_surrounding signal, and will likely have no effect if called at other times.
Sets whether the IM context should use the preedit string to display feedback.
Connect to Commit signal.
Connect to DeleteSurrounding signal.
Connect to PreeditChanged signal.
Connect to PreeditEnd signal.
Connect to PreeditStart signal.
Connect to RetrieveSurrounding signal.
gtk.immulticontext.IMMulticontext is an input method context supporting multiple, switchable input methods.
Text widgets such as gtk.text.Text or gtk.text_view.TextView use a GtkIMMultiContext to implement their im-module property for switching between different input methods.