gtk.immulticontext

Module for [IMMulticontext] class

Types 3

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
void appendMenuitems(gtk.menu_shell.MenuShell menushell)Add menuitems for various available input methods to a menu; the menuitems, when selected, will switch the input method for the context and the global default input method.
string getContextId()Gets the id of the currently active slave of the context. Returns: the id of the currently active slave
void setContextId(string contextId)Sets the context id for context.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkIMMulticontext. Returns: a new #GtkIMMulticontext.

Fluent builder for [gtk.immulticontext.IMMulticontext]