gtk.immulticontext
Module for [IMMulticontext] class
Types 3
[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.
Methods
IMMulticontext self()Returns `this`, for use in `with` statements.IMMulticontextGidBuilder builder()Get builder for [gtk.immulticontext.IMMulticontext] Returns: New builder objectstring getContextId()Gets the id of the currently active delegate of the context. Returns: the id of the currently active delegatevoid setContextId(string contextId = null)Sets the context id for context.Fluent builder for [gtk.immulticontext.IMMulticontext]
Methods