From b8955a9ced0270ec7aa7052e6e0852cae140ca27 Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 16:39:05 +0000 Subject: Doxygen documentation WP11 Done! git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6255 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Wizard.H | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'FL/Fl_Wizard.H') diff --git a/FL/Fl_Wizard.H b/FL/Fl_Wizard.H index 1a37d3fb4..bec0b82c3 100644 --- a/FL/Fl_Wizard.H +++ b/FL/Fl_Wizard.H @@ -35,10 +35,15 @@ # include -// -// Fl_Wizard class... -// +/** + This 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. +*/ class FL_EXPORT Fl_Wizard : public Fl_Group { Fl_Widget *value_; -- cgit v1.2.3