gtk-0.12.2: Binding to the Gtk+ graphical user interface library.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

Graphics.UI.Gtk.Misc.IMMulticontext

Contents

Description

An input method context supporting multiple, loadable input methods

Synopsis

Class Hierarchy

 | GObject
 | +----IMContext
 | +----IMMulticontext

Types

Constructors

Methods

imMulticontextAppendMenuitemsSource

Arguments

:: (IMMulticontextClass self, MenuShellClass menushell) 
=> self 
-> menushell

menushell - a MenuShell

-> IO () 

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.