Documentation fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
347754de61
commit
2bf58376e5
@ -518,22 +518,22 @@ public:
|
||||
}
|
||||
|
||||
/**
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user