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. The buffer is automatically cleaned up when the last reference is dropped.
- 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