| Maintainer | gtk2hs-users@lists.sourceforge.net |
|---|---|
| Stability | provisional |
| Portability | portable (depends on GHC) |
| Safe Haskell | None |
| Language | Haskell98 |
Graphics.UI.Gtk.Misc.IMContextSimple
Description
An input method context supporting table-based input methods
Synopsis
- data IMContextSimple
- class IMContextClass o => IMContextSimpleClass o
- castToIMContextSimple :: GObjectClass obj => obj -> IMContextSimple
- toIMContextSimple :: IMContextSimpleClass o => o -> IMContextSimple
- imContextSimpleNew :: IO IMContextSimple
- imContextSimpleAddTable :: (IMContextSimpleClass self, GlibString string) => self -> Map string string -> Int -> Int -> IO ()
Class Hierarchy
Types
data IMContextSimple #
Instances
| Eq IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types Methods (==) :: IMContextSimple -> IMContextSimple -> Bool # (/=) :: IMContextSimple -> IMContextSimple -> Bool # | |
| Ord IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types Methods compare :: IMContextSimple -> IMContextSimple -> Ordering # (<) :: IMContextSimple -> IMContextSimple -> Bool # (<=) :: IMContextSimple -> IMContextSimple -> Bool # (>) :: IMContextSimple -> IMContextSimple -> Bool # (>=) :: IMContextSimple -> IMContextSimple -> Bool # max :: IMContextSimple -> IMContextSimple -> IMContextSimple # min :: IMContextSimple -> IMContextSimple -> IMContextSimple # | |
| GObjectClass IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types | |
| IMContextSimpleClass IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types | |
| IMContextClass IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types | |
class IMContextClass o => IMContextSimpleClass o #
Instances
| IMContextSimpleClass IMContextSimple # | |
Defined in Graphics.UI.Gtk.Types | |
castToIMContextSimple :: GObjectClass obj => obj -> IMContextSimple #
toIMContextSimple :: IMContextSimpleClass o => o -> IMContextSimple #
Constructors
imContextSimpleNew :: IO IMContextSimple #
Creates a new IMContextSimple.
Methods
Arguments
| :: (IMContextSimpleClass self, GlibString string) | |
| => self | |
| -> Map string string |
|
| -> Int |
|
| -> Int |
|
| -> IO () |
Adds an additional table to search to the input context. Each row of the table consists of
maxSeqLen key symbols followed by two Int interpreted as the high and low words of a gunicode
value. Tables are searched starting from the last added.
The table must be sorted in dictionary order on the numeric value of the key symbol fields. (Values beyond the length of the sequence should be zero.)