Module fltk::widget

source ·
Expand description

Basic empty widget

Multithreaded applications can call widget methods from non-ui threads, but will need to call app::awake() to awaken the ui thread’s event loop.

Structs

  • An empty widget. Instantiating a Widget requires that you at least add a draw callback for it to show anything
  • Widget Tracker

Type Aliases