mirror of https://github.com/fltk/fltk
Small clarification in dev docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5488a4a1e7
commit
2eeff9d310
|
@ -477,7 +477,8 @@ protected:
|
|||
for each /visible/ line.
|
||||
If wrap enabled, points to the beginning
|
||||
of each wrap. So a long line wrapping
|
||||
3 times will take up 3 entries. */
|
||||
into 3 separate lines in the display
|
||||
will take up 3 separate array entries. */
|
||||
int mTopLineNum; /* Line number of top displayed line
|
||||
of file (first line of file is 1) */
|
||||
int mAbsTopLineNum; /* In continuous wrap mode, the line
|
||||
|
|
Loading…
Reference in New Issue