Fl_Group | +----Fl_Wizard
#include "Fl_Wizard.h"
The Fl_Wizard widget is based off the Fl_Tabs widget, but instead of displaying tabs it only changes "tabs" under program control. Its primary purpose is to support "wizards" that step a user through configuration or troubleshooting tasks.
As with Fl_Tabs, wizard panes are composed of child (usually Fl_Group) widgets. Navigation buttons must be added separately.
The constructor creates the Fl_Wizard widget at the specified position and size.
The destructor destroys the widget and its children.
This method shows the next child of the wizard. If the last child is already visible, this function does nothing.
This method shows the previous child of the wizard. If the first child is already visible, this function does nothing.
Sets or gets the child widget that is visible.