summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Table.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H
index 1b258ac18..0af1b9b00 100644
--- a/FL/Fl_Table.H
+++ b/FL/Fl_Table.H
@@ -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.