Module text

Source
Expand description

Text display widgets

Structs§

StyleTableEntry
Defines the styles used in the set_highlight_data, which is used with style buffers
TextBuffer
Wraps a text buffer. The buffer is automatically cleaned up when the last reference is dropped.
TextDisplay
Creates a non-editable text display widget
TextEditor
Creates an editable text display widget

Enums§

Cursor
Defines the text cursor styles supported by fltk
DragType
Defines drag types
TextAttr
The attribute of the style entry
WrapMode
Defines wrap modes

Type Aliases§

TextEditorPtr
Alias Fl_Text_Editor for use in add_key_binding