Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- selectedTextFieldCursorWidget :: n -> TextFieldCursor -> Widget n
- textFieldCursorWidget :: TextFieldCursor -> Widget n
Documentation
selectedTextFieldCursorWidget :: n -> TextFieldCursor -> Widget n Source #
Make a textfield cursor widget with a blink-y box.
This function does not wrap lines. Otherwise, because of the way indexes work, there would be rendering errors for text that crosses the side of the terminal.
textFieldCursorWidget :: TextFieldCursor -> Widget n Source #
Make a textfield cursor widget without a blink-y box.
This function does not wrap lines .