diff options
| author | nyamatongwe <unknown> | 2011-06-13 19:40:18 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-06-13 19:40:18 +1000 |
| commit | de1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08 (patch) | |
| tree | dbfb97a4518e6c30471f88d49c13379eefe858d6 /include/Scintilla.iface | |
| parent | 1741f339d4cac847cf9c465a8a1494fe7b50629a (diff) | |
| download | scintilla-mirror-de1ba6ffa1e4c3fff61f6bcfb3315357ff28ae08.tar.gz | |
Added Identifier property.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 6 |
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(,) |
