Author: greg.ercolano
Date: 2010-12-10 10:31:38 -0800 (Fri, 10 Dec 2010)
New Revision: 8003
Log:
Adjusted Fl_Table docs to reference new examples.


Modified:
   branches/branch-1.3/FL/Fl_Table.H

Modified: branches/branch-1.3/FL/Fl_Table.H
===================================================================
--- branches/branch-1.3/FL/Fl_Table.H   2010-12-10 18:28:07 UTC (rev 8002)
+++ branches/branch-1.3/FL/Fl_Table.H   2010-12-10 18:31:38 UTC (rev 8003)
@@ -64,8 +64,8 @@
  - As a custom widget; see examples/table-simple.cxx and test/table.cxx.
    Very optimal for even extremely large tables.
  - As a table made up of a single FLTK widget instanced all over the table,
-   simulating a numeric spreadsheet. See examples/table-with-keyboard-nav.cxx.
-   Optimal for large tables.
+   simulating a numeric spreadsheet. See examples/table-spreadsheet.cxx and
+   examples/table-spreadsheet-with-keyboard-nav.cxx. Optimal for large tables.
  - As a regular container of FLTK widgets, one widget per cell.
    See examples/table-as-container.cxx. \em Not recommended for large tables.
  

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to