Class: Gtk::IMMulticontext

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#append_menuitems(menushell) ⇒ nil

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.

Parameters:

Returns:

  • (nil)

#context_idString

Gets the id of the currently active slave of the context.

Returns:

  • (String)

    the id of the currently active slave

#context_id=(context_id) ⇒ nil

Sets the context id for context.

This causes the currently active slave of context to be replaced by the slave corresponding to the new context id.

Parameters:

  • context_id (String)

    the id to use

Returns:

  • (nil)

#newGtk::IMContext

Creates a new Gtk::IMMulticontext.

Returns: