Module text
Available on crate feature
dep_fltk
only.Expand description
Text display widgets
Structs§
- Simple
Terminal Deprecated - Creates an editable text display widget to handle terminal-like behavior, such as
logging events or debug information.
SimpleTerminal
already has an internal buffer. It is NOT is a full terminal emulator; it does NOT handle stdio redirection, pipes, pseudo ttys, termio character cooking, keyboard input processing, screen addressing, random cursor positioning, curses compatibility, or VT100/xterm emulation. - Style
Table Entry - Defines the styles used in the
set_highlight_data
, which is used with style buffers - Style
Table Entry Ext - Defines the styles used in the
set_highlight_data
, which is used with style buffers - Text
Buffer - Wraps a text buffer, Cloning a text buffer invalidates the underlying pointer, thus the no derive(Clone)
- Text
Display - Creates a non-editable text display widget
- Text
Editor - Creates an editable text display widget
Enums§
- Cursor
- Defines the text cursor styles supported by fltk
- Drag
Type - Defines drag types
- Text
Attr - The attribute of the style entry
- Wrap
Mode - Defines wrap modes
Type Aliases§
- Text
Editor Ptr - Alias Fl_Text_Editor for use in
add_key_binding