From ecdd893933dfcca8466a4af8c75b88e526af2e4d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 24 Jan 2007 12:03:36 +0000 Subject: - 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 --- documentation/examples.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'documentation') 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 tabs tool was created with fluid. It tests correct hiding and redisplaying of tabs, navigation across tabs, resize behavior, and no unneeded redrawing of invisible widgets. +

The tabs application shows the Fl_Tabs widget +on the left and the Fl_Wizard widget on the right side +for direct comparison of these two panel management widgets. +

threads

FLTK can be used in a multithreading environment. There are some limitations, mostly due to the underlying operating system. -- cgit v1.2.3