Expand description
Text display widgets
Structs§
- Style
Table Entry - 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
- Position
Type - the character position is the left edge of a character, whereas the cursor is thought to be between the centers of two consecutive characters.
- 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