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
- Text
Attr - The attribute of the style entry
- Wrap
Mode - Defines wrap modes
Type Aliases§
- Modify
Callback Handle - Handle object for interacting with text buffer modify callbacks
- Text
Editor Ptr - Alias
Fl_Text_Editorfor use inadd_key_binding