Module fltk::text

source ·
Expand description

Text display widgets

Structs§

  • Creates an editable text display widget to handle terminal-like behavior, such as logging events or debug information. SimpleTerminal already has an internal buffer. It is NOT is a full terminal emulator; it does NOT handle stdio redirection, pipes, pseudo ttys, termio character cooking, keyboard input processing, screen addressing, random cursor positioning, curses compatibility, or VT100/xterm emulation.
  • Defines the styles used in the set_highlight_data, which is used with style buffers
  • Defines the styles used in the set_highlight_data, which is used with style buffers
  • Wraps a text buffer, Cloning a text buffer invalidates the underlying pointer, thus the no derive(Clone)
  • Creates a non-editable text display widget
  • Creates an editable text display widget

Enums§

Type Aliases§