aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-10-03 13:03:13 +0000
committernyamatongwe <unknown>2000-10-03 13:03:13 +0000
commitf2eec7a2f49ce7b7dda18f92d0026cecf2a033d1 (patch)
treecea87796a2b93da40e665db96aa3f4672d29abf4 /include/Scintilla.iface
parenta3ad62da479a859b0df819ba74aa8b2d5ed71a60 (diff)
downloadscintilla-mirror-f2eec7a2f49ce7b7dda18f92d0026cecf2a033d1.tar.gz
Mouse down captures now optional.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 8b9073585..d8b7904a3 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1003,6 +1003,11 @@ set void SetStatus=2382(int statusCode,)
# Get error status
get int GetStatus=2383(,)
+# Set whether the mouse is captured when its button is pressed
+set void SetMouseDownCaptures=2384(bool captures,)
+# Get whether mouse gets captured
+get bool GetMouseDownCaptures=2385(,)
+
# Set the focus to this Scintilla widget.
# GTK+ Specific
fun void GrabFocus=2400(,)