diff options
author | Neil <nyamatongwe@gmail.com> | 2019-06-02 09:11:41 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-06-02 09:11:41 +1000 |
commit | 71d4c7d5cea7a8c5f98f9621ce8ddd840c256052 (patch) | |
tree | 7e46ec3229b900e0c9f00473f41220faed93d7a1 | |
parent | d95f9b511b3c1b21da85f809fb6b21431f3d03dc (diff) | |
download | scintilla-mirror-71d4c7d5cea7a8c5f98f9621ce8ddd840c256052.tar.gz |
Clarify which API changes focus.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f55df4723..30cf6c56b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3814,8 +3814,8 @@ struct Sci_TextToFind { <p><b id="SCI_GRABFOCUS">SCI_GRABFOCUS</b><br /> <b id="SCI_SETFOCUS">SCI_SETFOCUS(bool focus)</b><br /> <b id="SCI_GETFOCUS">SCI_GETFOCUS → bool</b><br /> - Scintilla can be told to grab the focus with this message. This is needed more on GTK+ where - focus handling is more complicated than on Windows.</p> + Scintilla can be told to grab the focus with <code>SCI_GRABFOCUS</code>. + This is needed more on GTK+ where focus handling is more complicated than on Windows.</p> <p>The internal focus flag can be set with <code>SCI_SETFOCUS</code>. This is used by clients that have complex focus requirements such as having their own window that gets the real focus |