diff options
author | Neil <nyamatongwe@gmail.com> | 2016-11-16 09:27:40 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-11-16 09:27:40 +1100 |
commit | e603bf45ce1d29f17a0d4233484b4ce1806f235a (patch) | |
tree | bbd1363de3412f18d600403b0b64ba46383f0098 /doc/ScintillaDoc.html | |
parent | ed72ad02a2f9c6bb616dfabb3e9459e7f5a45b37 (diff) | |
download | scintilla-mirror-e603bf45ce1d29f17a0d4233484b4ce1806f235a.tar.gz |
Deprecate non-branded struct names in Scintilla.h.
Diffstat (limited to 'doc/ScintillaDoc.html')
-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 70ce8623f..5783ffe2c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -7774,7 +7774,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next widgets.</p> <p><b id="scintilla_set_id">void scintilla_set_id(ScintillaObject *sci, uptr_t id)</b><br /> - Set the control ID which will be used in the idFrom field of the NotifyHeader structure of all + Set the control ID which will be used in the idFrom field of the Sci_NotifyHeader structure of all notifications for this instance. This is equivalent to <a class="seealso" href="#SCI_SETIDENTIFIER">SCI_SETIDENTIFIER</a>.</p> |