- Cursors shows how to change cursor of a widget with override handle method and use fl_cursor method on FL_ENTER and FL_LEAVE events.
- Preferences shows how to use preferences with Fl_Preferences component.
- Schemes shows how to use schemes with Fl::scheme methods.
- Symbols shows how to use symbols with Fl_Box widget.
- Timer shows how to create a timer with Fl::add_timeout, Fl::remove_timeout and Fl::repeat_timeout methods.
- Tooltip shows how to create a tooltip with Fl_Tooltip component.