aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-13 19:40:18 +1000
committernyamatongwe <devnull@localhost>2011-06-13 19:40:18 +1000
commite97276184dc260742cf34229395753caf12c43bb (patch)
tree3ef58dff035379a7797a4aa96cb0f172ee83369b /include/Scintilla.iface
parentbd0968c217d7385c9801ba51da45add548c63941 (diff)
downloadscintilla-mirror-e97276184dc260742cf34229395753caf12c43bb.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(,)