Browse Source

Fixed Fl_Table's docs referencing example programs.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7918 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Greg Ercolano 15 years ago
parent
commit
806542a84f
  1. 9
      FL/Fl_Table.H

9
FL/Fl_Table.H

@ -61,10 +61,11 @@ @@ -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 @@ @@ -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:

Loading…
Cancel
Save