[][src]Module fltk::text

Re-exports

pub use crate::prelude::*;

Structs

SimpleTerminal

Creates an editable text display widget SimpleTerminal already has an internal buffer

StyleTableEntry

Defines the styles used in the set_highlight_data, which is used with style buffers

StyleTables

Opaque data containing the style entries

TextBuffer

Wraps a text buffer, Cloning a text buffer invalidates the underlying pointer, thus the no derive(Clone)

TextDisplay

Creates a non-editable text display widget

TextEditor

Creates an editable text display widget