aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-13 19:40:18 +1000
committernyamatongwe <unknown>2011-06-13 19:40:18 +1000
commitde1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08 (patch)
treedbfb97a4518e6c30471f88d49c13379eefe858d6 /include/Scintilla.iface
parent1741f339d4cac847cf9c465a8a1494fe7b50629a (diff)
downloadscintilla-mirror-de1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08.tar.gz
Added Identifier property.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 773e29427..6bfac5d98 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2143,6 +2143,12 @@ fun void MoveSelectedLinesUp=2620(,)
# Move the selected lines down one line, shifting the line below before the selection
fun void MoveSelectedLinesDown=2621(,)
+# Set the identifier reported as idFrom in notification messages.
+set void SetIdentifier=2622(int identifier,)
+
+# Get the identifier.
+get int GetIdentifier=2623(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)