aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-01-26 10:52:37 +0000
committernyamatongwe <unknown>2006-01-26 10:52:37 +0000
commitc453d1784bfc537b136374643f8e13d9082ef706 (patch)
treebaf46b1ef3617c6a2c36c02690e18c22a739908d
parent84cc0ea87d85dc0d85ef501479aee599b34f1132 (diff)
downloadscintilla-mirror-c453d1784bfc537b136374643f8e13d9082ef706.tar.gz
SCI_GRABFOCUS works on Windows as well.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index db5d1afd5..9ac8f19d2 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2422,8 +2422,8 @@ struct 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</b><br />
- On GTK+, focus handling is more complicated than on Windows, so Scintilla can be told with
- this message to grab the focus.</p>
+ 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>
<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