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

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

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

imMulticontextAppendMenuitems Source

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.