1
/* File : Fl_Wizard.i */
4
%feature("docstring") ::Fl_Wizard
6
The Fl_Wizard widget is based off the Fl_Tabs widget, but instead of
7
displaying tabs it only changes 'tabs' under program control. Its primary
8
purpose is to support 'wizards' that step a user through configuration or
11
As with Fl_Tabs, wizard panes are composed of child (usually Fl_Group)
12
widgets. Navigation buttons must be added separately.
16
#include "FL/Fl_Wizard.H"
21
CHANGE_OWNERSHIP(Fl_Wizard)
23
%include "FL/Fl_Wizard.H"