| Enum Distance Source # | Internal. |
|
| Eq Distance Source # | |
|
| Integral Distance Source # | Internal. |
|
| Num Distance Source # | Internal. |
|
| Ord Distance Source # | |
|
| Read Distance Source # | Internal. |
|
| Real Distance Source # | Internal. |
|
| Show Distance Source # | Internal. |
|
| GUIValue Distance Source # | Internal. |
|
| HasIndex Editor i BaseIndex => HasIndex Editor i (Distance, Distance) Source # | Internal. |
|
| HasSelectionBaseIndexRange Editor (Distance, Distance) Source # | You can select a text range inside an editor widget. |
|
| HasSelectionBaseIndex Editor ((Distance, Distance), (Distance, Distance)) Source # | You can select a text range inside an editor widget. |
|
| HasInsertionCursorIndexGet Editor (Distance, Distance) Source # | You can get the position of the insertion cursor of an editor widget. |
|
| HasIndex Editor (Distance, Distance) BaseIndex Source # | A pair of line and character is a valid index for an editor widget. |
|
| GUIValue [(Distance, Distance)] Source # | Internal. |
|
| GUIValue [Distance] Source # | Internal. |
|
| GUIValue (Distance, Distance) Source # | Internal. |
|
| GUIValue (Distance, Distance, Distance, Distance) Source # | Internal. |
Methods cdefault :: (Distance, Distance, Distance, Distance) Source # toGUIValue :: (Distance, Distance, Distance, Distance) -> GUIVALUE Source # maybeGUIValue :: GUIVALUE -> Maybe (Distance, Distance, Distance, Distance) Source # fromGUIValue :: GUIVALUE -> (Distance, Distance, Distance, Distance) Source # |