The widget set includes several base and composite widgets. The base widgets include:
CheckButton
, a
better looking check/radio button.
FileBrowser
, a
browser widget that supports file icons.
FileIcon
, a class
for managing and drawing file icons.
Fl_Wizard
, an
adaptation of the Fl_Tabs
widget for "wizard"
interfaces.
HelpView
, a simple
HTML viewing widget.
Technically, the FileIcon
class is not a FLTK widget,
however it does provide a label()
method for widgets,
much like Fl_Pixmap
.
The composite widgets include:
FileChooser
, a
complete file chooser dialog using the FileBrowser
,
FileIcon
, and FileInput
widgets.
HelpDialog
, a
complete help dialog using the HelpView
widget.
HelpApp
, a
simple web browser using the FileChooser
and
HelpView
widgets.
The HelpDialog
widget is designed for embedded use within
a FLTK application, while the HelpApp
widget provides the
framework for a complete application, such as the
flsurf application included with the widget set.