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
GType _gType() @property
IMMulticontext self()Returns `this`, for use in `with` statements.
IMMulticontextGidBuilder builder()Get builder for [gtk.immulticontext.IMMulticontext] Returns: New builder object
string getContextId()Gets the id of the currently active delegate of the context. Returns: the id of the currently active delegate
void setContextId(string contextId = null)Sets the context id for context.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new [gtk.immulticontext.IMMulticontext]. Returns: a new [gtk.immulticontext.IMMulticontext].

Fluent builder for [gtk.immulticontext.IMMulticontext]