29# include <FL/Fl_Group.H>
49 Fl_Wizard(
int,
int,
int,
int,
const char * = 0);
54 void value(Fl_Widget *);
void draw()
Draws the widget.
Definition Fl_Group.cxx:738
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:47
void next()
This method shows the next child of the wizard.
Definition Fl_Wizard.cxx:89
void prev()
Shows the previous child.
Definition Fl_Wizard.cxx:106
Fl_Widget * value()
Gets the current visible child widget.
Definition Fl_Wizard.cxx:124