summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-24 12:03:36 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-24 12:03:36 +0000
commitecdd893933dfcca8466a4af8c75b88e526af2e4d (patch)
tree2c2eb40fcd1d6139e47c1fa4438fabf5f5a924eb /documentation
parentf8d84949c43917ffea5d9b6a998db2360f9d82f6 (diff)
- Added automated little helpers to Sudoku
(Menu Difficulty->add helpers) - Added example code for Wizard with the Tabs demo (STR #1564) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5638 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/examples.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/examples.html b/documentation/examples.html
index ee4aeebbe..bed27925d 100644
--- a/documentation/examples.html
+++ b/documentation/examples.html
@@ -416,6 +416,10 @@ The <tt>tabs</tt> tool was created with <i>fluid</i>. It tests
correct hiding and redisplaying of tabs, navigation across tabs,
resize behavior, and no unneeded redrawing of invisible widgets.
+<P>The <tt>tabs</tt> application shows the <tt>Fl_Tabs</tt> widget
+on the left and the <tt>Fl_Wizard</tt> widget on the right side
+for direct comparison of these two panel management widgets.
+
<h3><a name="threads">threads</h3>
FLTK can be used in a multithreading environment. There are some
limitations, mostly due to the underlying operating system.