|
|
|
|
|
| Description |
| HTk's entry field.
A simple widget that displays an editable line of text. |
|
| Synopsis |
|
|
|
| Documentation |
|
| module Selection |
|
| module Index |
|
| module ICursor |
|
| data Entry a |
| The Entry datatype. |
|
| newEntry |
| :: (Container par, GUIValue a) | | | => par | the parent widget, which has to be a container widget
(an instance of class Container). | | -> [Config (Entry a)] | the list of configuration options for this entry
field. | | -> IO (Entry a) | An entry field. | | Constructs a new entry field and returns a handler. |
|
|
| data XCoord |
|
|
| showText :: (GUIValue a) => Char -> Entry a -> IO (Entry a) |
|
| getShowText :: (GUIValue a) => Entry a -> IO Char |
| Gets the character to show instead of contents. |
|
| Produced by Haddock version 0.3 |