aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
commit07510a6ffd4f5b286c0d39711ddd9a651c4a84e2 (patch)
tree9e8a3b88e8b0cf0f330ce63bfa093a41eb9a1e3c /include/Scintilla.iface
parent5d22624b5ff89b8e3fcefeb27c19012c668b247c (diff)
downloadscintilla-mirror-07510a6ffd4f5b286c0d39711ddd9a651c4a84e2.tar.gz
Added DropSelectionN API.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 01c3f82e7..7b38eb852 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2176,6 +2176,9 @@ fun int SetSelection=2572(int caret, int anchor)
# Add a selection
fun int AddSelection=2573(int caret, int anchor)
+# Drop one selection
+fun void DropSelectionN=2671(int selection,)
+
# Set the main selection
set void SetMainSelection=2574(int selection,)