summaryrefslogtreecommitdiff
path: root/documentation/Fl_Wizard.html
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-14 22:12:25 +0000
commit497afccb07164373e0de6639e754d7d691f1926f (patch)
tree449d0b92ceb05f39617fe8fc2876d16eecde7460 /documentation/Fl_Wizard.html
parente08fffdfe08bbc9320e39a15d162b6501abd4925 (diff)
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
Diffstat (limited to 'documentation/Fl_Wizard.html')
-rw-r--r--documentation/Fl_Wizard.html73
1 files changed, 0 insertions, 73 deletions
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 @@
-<HTML>
-<HEAD>
- <TITLE>Fl_Wizard</TITLE>
-</HEAD>
-<BODY>
-
-<!-- NEW PAGE -->
-<H2><A name="Fl_Wizard">class Fl_Wizard</A></H2>
-
-<HR>
-
-<H3>Class Hierarchy</H3>
-
-<UL><PRE>
-<A href=Fl_Group.html#Fl_Group>Fl_Group</A>
- |
- +----<B>Fl_Wizard</B>
-</PRE></UL>
-
-<H3>Include Files</H3>
-
-<UL><PRE>
-#include "Fl_Wizard.h"
-</PRE></UL>
-
-<H3>Description</H3>
-
-<P>The <CODE>Fl_Wizard</CODE> widget is based off the <CODE>Fl_Tabs</CODE>
-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.
-
-<P>As with <CODE>Fl_Tabs</CODE>, wizard panes are composed of child (usually
-<CODE>Fl_Group</CODE>) widgets. Navigation buttons must be added separately.
-
-<H3>Methods</H3>
-
-<UL>
-
- <LI><A HREF="#Fl_Wizard.Fl_Wizard">Fl_Wizard</A>
- <LI><A HREF="#Fl_Wizard.~Fl_Wizard">~Fl_Wizard</A>
- <LI><A HREF="#Fl_Wizard.next">next</A>
- <LI><A HREF="#Fl_Wizard.prev">prev</A>
- <LI><A HREF="#Fl_Wizard.value">value</A>
-
-</UL>
-
-<H4><A NAME="Fl_Wizard.Fl_Wizard">Fl_Wizard(int xx, int yy, int ww, int hh, const char *l = 0)</A></H4>
-
-<P>The constructor creates the <CODE>Fl_Wizard</CODE> widget at the specified
-position and size.
-
-<H4><A NAME="Fl_Wizard.~Fl_Wizard">~Fl_Wizard()</A></H4>
-
-<P>The destructor destroys the widget and its children.
-
-<H4><A NAME="Fl_Wizard.next">void next()</A></H4>
-
-<P>This method shows the next child of the wizard. If the last child
-is already visible, this function does nothing.
-
-<H4><A NAME="Fl_Wizard.prev">void prev()</A></H4>
-
-<P>This method shows the previous child of the wizard. If the first child
-is already visible, this function does nothing.
-
-<H4><A NAME="Fl_Wizard.value">void value(Fl_Widget *w)<BR>
-Fl_Widget *value()</A></H4>
-
-<P>Sets or gets the child widget that is visible.
-
-</BODY>
-</HTML>