doxygen: fixes to example program filenames.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7753 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2010-10-26 12:06:52 +00:00
parent 76d205ddb5
commit 0ae522c5ca
1 changed files with 4 additions and 4 deletions

View File

@ -61,12 +61,12 @@
This widget can be used in several ways:
- As a custom widget; see test/testtablerow.cxx. Very optimal for even
- As a custom widget; see 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;
see test/singleinput.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.
- As a regular container of FLTK widgets, one widget per cell.
See test/widgettable.cxx. \em Not recommended for large tables.
See examples/table-as-container.cxx. \em Not recommended for large tables.
When acting as part of a custom widget, events on the cells and/or headings
generate callbacks when they are clicked by the user. You control when events