From 497afccb07164373e0de6639e754d7d691f1926f Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 14 Oct 2008 22:12:25 +0000 Subject: Doxygen pdf man: First version added in documentation/fltk.pdf, old doc removed, images, dox files moved to a new src directory. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6431 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Wizard.html | 73 -------------------------------------------- 1 file changed, 73 deletions(-) delete mode 100644 documentation/Fl_Wizard.html (limited to 'documentation/Fl_Wizard.html') diff --git a/documentation/Fl_Wizard.html b/documentation/Fl_Wizard.html deleted file mode 100644 index 1a0f456e2..000000000 --- a/documentation/Fl_Wizard.html +++ /dev/null @@ -1,73 +0,0 @@ - - - Fl_Wizard - - - - -

class Fl_Wizard

- -
- -

Class Hierarchy

- - - -

Include Files

- - - -

Description

- -

The Fl_Wizard 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. - -

Methods

- - - -

Fl_Wizard(int xx, int yy, int ww, int hh, const char *l = 0)

- -

The constructor creates the Fl_Wizard widget at the specified -position and size. - -

~Fl_Wizard()

- -

The destructor destroys the widget and its children. - -

void next()

- -

This method shows the next child of the wizard. If the last child -is already visible, this function does nothing. - -

void prev()

- -

This method shows the previous child of the wizard. If the first child -is already visible, this function does nothing. - -

void value(Fl_Widget *w)
-Fl_Widget *value()

- -

Sets or gets the child widget that is visible. - - - -- cgit v1.2.3