50 Fl_Wizard(
int,
int,
int,
int,
const char * = 0);
55 void value(Fl_Widget *);
Fl_Group and Fl_End classes.
void draw() FL_OVERRIDE
Draws the widget.
Definition Fl_Group.cxx:943
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:45
void next()
This method shows the next child of the wizard.
Definition Fl_Wizard.cxx:87
void prev()
Shows the previous child.
Definition Fl_Wizard.cxx:104
Fl_Widget * value()
Gets the current visible child widget.
Definition Fl_Wizard.cxx:122
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46