diff options
author | nyamatongwe <devnull@localhost> | 2002-05-09 02:29:22 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-05-09 02:29:22 +0000 |
commit | 09de3dbc114e56061e09b15fec0394d0a4cf64f8 (patch) | |
tree | 599a2f8a81317bcda2e533983b3f8e8632c32365 | |
parent | 6cf87cd3016254891758954fb4f05a3d23fe6c1a (diff) | |
download | scintilla-mirror-09de3dbc114e56061e09b15fec0394d0a4cf64f8.tar.gz |
Documented parameter.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 55f397b8b..af1ed97ea 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1236,7 +1236,7 @@ SCI_GETFOLDPARENT(int line) SCI_SHOWLINES(int lineStart, int lineEnd) SCI_HIDELINES(int lineStart, int lineEnd) SCI_GETLINEVISIBLE(int line) -SCI_SETFOLDEXPANDED(int line) +SCI_SETFOLDEXPANDED(int line, bool expanded) SCI_GETFOLDEXPANDED(int line) SCI_TOGGLEFOLD(int line) SCI_ENSUREVISIBLE(int line) |