diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-12-17 14:16:29 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-12-17 14:16:29 +1100 |
| commit | 07510a6ffd4f5b286c0d39711ddd9a651c4a84e2 (patch) | |
| tree | 9e8a3b88e8b0cf0f330ce63bfa093a41eb9a1e3c /include/Scintilla.iface | |
| parent | 5d22624b5ff89b8e3fcefeb27c19012c668b247c (diff) | |
| download | scintilla-mirror-07510a6ffd4f5b286c0d39711ddd9a651c4a84e2.tar.gz | |
Added DropSelectionN API.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
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,) |
