38# include <FL/Fl_Group.H>
58 Fl_Wizard(
int,
int,
int,
int,
const char * = 0);
63 void value(Fl_Widget *);
void draw()
Draws the widget.
Definition Fl_Group.cxx:742
Fl_Wizard(int, int, int, int, const char *=0)
The constructor creates the Fl_Wizard widget at the specified position and size.
Definition Fl_Wizard.cxx:56
void next()
This method shows the next child of the wizard.
Definition Fl_Wizard.cxx:98
void prev()
Shows the previous child.
Definition Fl_Wizard.cxx:115
Fl_Widget * value()
Gets the current visible child widget.
Definition Fl_Wizard.cxx:133