diff options
author | nyamatongwe <unknown> | 2005-09-08 12:04:41 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-09-08 12:04:41 +0000 |
commit | 08a7c0bb31d4a11edcea9293b3692a3681d7c353 (patch) | |
tree | 3e9ef38358917c202d182034394105c726be29ed | |
parent | 6afe08736455650e07a6bc234c20d34a1ca3ffcf (diff) | |
download | scintilla-mirror-08a7c0bb31d4a11edcea9293b3692a3681d7c353.tar.gz |
Added 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 218e99d89..b8e602569 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3974,7 +3974,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <a class="message" href="#SCI_GETWRAPSTARTINDENT">SCI_GETWRAPSTARTINDENT</a><br /> <a class="message" href="#SCI_SETLAYOUTCACHE">SCI_SETLAYOUTCACHE(int cacheMode)</a><br /> <a class="message" href="#SCI_GETLAYOUTCACHE">SCI_GETLAYOUTCACHE</a><br /> - <a class="message" href="#SCI_LINESSPLIT">SCI_LINESSPLIT</a><br /> + <a class="message" href="#SCI_LINESSPLIT">SCI_LINESSPLIT(int pixelWidth)</a><br /> <a class="message" href="#SCI_LINESJOIN">SCI_LINESJOIN</a><br /> <a class="message" href="#SCI_WRAPCOUNT">SCI_WRAPCOUNT(int docLine)</a><br /> </code> |