Adjusted Fl_Table docs to reference new examples.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2010-12-10 18:31:38 +00:00
parent 675fff09cf
commit 395f5a70aa

View File

@ -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.