mirror of https://github.com/fltk/fltk
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:
parent
76d205ddb5
commit
0ae522c5ca
|
@ -61,12 +61,12 @@
|
||||||
|
|
||||||
This widget can be used in several ways:
|
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.
|
extremely large tables.
|
||||||
- As a table made up of a single FLTK widget instanced all over the table;
|
- 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;
|
simulating a numeric spreadsheet.
|
||||||
- As a regular container of FLTK widgets, one widget per cell.
|
- 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
|
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
|
generate callbacks when they are clicked by the user. You control when events
|
||||||
|
|
Loading…
Reference in New Issue