Author: greg.ercolano
Date: 2010-11-29 20:48:29 -0800 (Mon, 29 Nov 2010)
New Revision: 7918
Log:
Fixed Fl_Table's docs referencing example programs.
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-11-30 04:39:30 UTC (rev 7917)
+++ branches/branch-1.3/FL/Fl_Table.H 2010-11-30 04:48:29 UTC (rev 7918)
@@ -61,10 +61,11 @@
This widget can be used in several ways:
- - As a custom widget; see test/table.cxx. Very optimal for even
- extremely large tables.
+ - 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.
+ simulating a numeric spreadsheet. See examples/table-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.
@@ -74,7 +75,7 @@
When acting as a container for FLTK widgets, the FLTK widgets maintain
themselves. Although the draw_cell() method must be overridden, its contents
- can be very simple. See the draw_cell() code in test/widgettable.cxx.
+ can be very simple. See the draw_cell() code in examples/table-simple.cxx.
The following variables are available to classes deriving from Fl_Table:
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit