Module widget
Available on crate feature
dep_fltk
only.Expand description
Base Widget 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§
- Widget
- An empty widget. Instantiating a Widget requires that you at least add a draw callback for it to show anything
- Widget
Tracker - Widget Tracker
Type Aliases§
- Widget
Tracker Ptr - An alias exposing the Widget tracker