|
Graphics.UI.Gtk.Gdk.Keys | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
|
|
Description |
Gdk KeyVal functions.
|
|
Synopsis |
|
|
|
Documentation |
|
type KeyVal = Word32 |
Key values are the codes which are sent whenever a key is pressed or
released.
|
|
keyvalName :: KeyVal -> IO String |
Converts a key value into a symbolic name.
|
|
keyvalFromName :: String -> IO KeyVal |
Converts a key name to a key value.
|
|
keyvalToChar |
:: KeyVal | keyval - a Gdk key symbol
| -> IO (Maybe Char) | returns the corresponding unicode character, or
Nothing if there is no corresponding character.
| Convert from a Gdk key symbol to the corresponding Unicode character.
|
|
|
Produced by Haddock version 0.7 |