IMMulticontext
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_im_multicontext_get_type ()" ) ]
public class IMMulticontext :
IMContext
Supports switching between multiple input methods.
Text widgets such as `GtkText` or `GtkTextView` use a `GtkIMMultiContext` to implement their `im-module` property for switching between
different input methods.
Content:
Creation methods:
Methods:
- public void append_menuitems (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.
- public unowned string get_context_id ()
Gets the id of the currently active delegate of the
this.
- public void set_context_id (string context_id)
Sets the context id for this.
Inherited Members:
All known members inherited from class Gtk.IMContext
All known members inherited from class GLib.Object