Author: greg.ercolano
Date: 2010-05-19 00:22:37 -0700 (Wed, 19 May 2010)
New Revision: 7612
Log:
Documentation fixes.
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-05-18 14:21:45 UTC (rev 7611)
+++ branches/branch-1.3/FL/Fl_Table.H 2010-05-19 07:22:37 UTC (rev 7612)
@@ -518,22 +518,22 @@
}
/**
- Returns the range of row and column numbers for all the
- visible (and partially visible) cells in the table.
+ Returns the range of row and column numbers for all visible
+ and partially visible cells in the table.
These values can be used e.g. by your draw_cell() routine during
- CONTEXT_STARTPAGE to figure out what cells are about to be redrawn,
+ CONTEXT_STARTPAGE to figure out what cells are about to be redrawn
for the purposes of locking the data from a database before it's drawn.
\code
- leftcol rightcol
- : :
+ leftcol rightcol
+ : :
toprow .. .-------------------.
- | |
- | V I S I B L E |
- | |
- | T A B L E |
- | |
+ | |
+ | V I S I B L E |
+ | |
+ | T A B L E |
+ | |
botrow .. '-------------------`
\endcode
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit