| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.UI.FLTK.LowLevel.TextEditor
- textEditorNew :: Rectangle -> Maybe String -> IO (Ref TextEditor)
- data KeyBinding = KeyBinding KeyBindingKeySequence FunRef
- data KeyFunc = forall a . Parent a TextEditor => KeyFunc (Ref a -> Char -> IO ())
- type KeyFuncPrim = CInt -> Ptr () -> IO ()
- keyFuncToFunRef :: KeyFunc -> IO FunRef
- toKeyFuncPrim :: KeyFunc -> IO (FunPtr KeyFuncPrim)
- keyBindingsToArray :: [KeyBinding] -> IO (Ptr ())
- arrayToKeyBindings :: Ptr () -> IO [KeyBinding]
Documentation
textEditorNew :: Rectangle -> Maybe String -> IO (Ref TextEditor) Source
data KeyBinding Source
Constructors
| KeyBinding KeyBindingKeySequence FunRef |
type KeyFuncPrim = CInt -> Ptr () -> IO () Source
keyFuncToFunRef :: KeyFunc -> IO FunRef Source
toKeyFuncPrim :: KeyFunc -> IO (FunPtr KeyFuncPrim) Source
keyBindingsToArray :: [KeyBinding] -> IO (Ptr ()) Source
arrayToKeyBindings :: Ptr () -> IO [KeyBinding] Source
Hierarchy
Graphics.UI.FLTK.LowLevel.Widget | v Graphics.UI.FLTK.LowLevel.Group | v Graphics.UI.FLTK.LowLevel.TextDisplay | v Graphics.UI.FLTK.LowLevel.TextEditor
Functions
destroy ::RefTextEditor->IO() getDefaultKeyBindings ::RefTextEditor->IO[KeyBinding] getInsertMode ::RefTextEditor->IOBoolhandle ::RefTextEditor->Event->IOIntreplaceKeyBindings ::RefTextEditor-> [KeyBinding] ->IO() setInsertMode ::RefTextEditor->Bool->IO()