|
|
|
|
|
| Description |
| This module exports basic types and classes on index positions, e.g.
inside an editor or entry widget. |
|
| Synopsis |
|
|
|
| Documentation |
|
| data EndOfText |
| The EndOfText datatype - a handle indexing the last
position inside the concerned widget. | | Constructors | | | Instances | |
|
|
| class HasIndex w i b where |
| Internal. | | | Methods | | getBaseIndex :: w -> i -> IO b | | Internal. |
| | | Instances | | HasIndex Editor BaseIndex BaseIndex | | HasIndex Editor EndOfText BaseIndex | | HasIndex Editor Pixels BaseIndex | | HasIndex Editor (Distance, Distance) BaseIndex | | (HasIndex Editor i BaseIndex) => HasIndex Editor (i, [IndexModifier]) BaseIndex | | (HasIndex Editor i BaseIndex) => HasIndex Editor (i, IndexModifier) BaseIndex | | (HasIndex Editor i BaseIndex) => HasIndex Editor i (Distance, Distance) | | HasIndex Editor EmbeddedTextWin BaseIndex | | HasIndex (Entry a) Int BaseIndex | | HasIndex (Entry a) BaseIndex BaseIndex | | HasIndex (Entry a) EndOfText BaseIndex | | HasIndex (Entry a) XCoord BaseIndex | | HasIndex (Entry a) (ICursor (Entry a)) BaseIndex | | HasIndex (Entry a) (Selection (Entry a), First) BaseIndex | | HasIndex (Entry a) (Selection (Entry a), Last) BaseIndex | | (HasIndex (Entry a) i BaseIndex) => HasIndex (Entry a) i Int | | HasIndex (ListBox a) Int Int | | HasIndex (ListBox a) EndOfText Int | | HasIndex (ListBox a) Pixels Int | | (Eq a, GUIValue a) => HasIndex (ListBox [a]) (ListBoxElem a) Int | | (Eq a, GUIValue a, GUIValue [a]) => HasIndex (ListBox a) Int (ListBoxElem a) | | HasIndex Editor Mark BaseIndex | | HasIndex Editor (Selection Editor) BaseIndex | | HasIndex Editor (ICursor Editor) BaseIndex | | HasIndex Editor MousePosition BaseIndex | | HasIndex Editor (TextTag, First) BaseIndex | | HasIndex Editor (TextTag, Last) BaseIndex |
|
|
|
| data BaseIndex |
| Constructors | | IndexNo Int | entries, listboxes | | IndexPos Position | text widgets | | IndexText String | listboxes, end etc. |
| | Instances | |
|
|
| data Pixels |
|
|
| data First |
|
|
| data Last |
|
|
| Produced by Haddock version 0.3 |