diff options
author | nyamatongwe <devnull@localhost> | 2000-06-24 00:35:46 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-06-24 00:35:46 +0000 |
commit | 94b9dc447ea7ca09745e4a8e2d8786fda5655962 (patch) | |
tree | 1bb9e279d9cc08a6c6f649cf18c2e60326a06078 /include/Scintilla.h | |
parent | a53dd61d8a62229c0d3cc6f1afb314ae7e0fb8c3 (diff) | |
download | scintilla-mirror-94b9dc447ea7ca09745e4a8e2d8786fda5655962.tar.gz |
Added methods for getting and setting the start and end of the selection.rel-1-27
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 04d67e78a..61c393324 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -229,7 +229,13 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance); #define SCI_GETCODEPAGE SCI_START + 137 #define SCI_GETCARETFORE SCI_START + 138 #define SCI_GETUSEPALETTE SCI_START + 139 + #define SCI_GETREADONLY SCI_START + 140 +#define SCI_SETCURRENTPOS SCI_START + 141 +#define SCI_SETSELECTIONSTART SCI_START + 142 +#define SCI_GETSELECTIONSTART SCI_START + 143 +#define SCI_SETSELECTIONEND SCI_START + 144 +#define SCI_GETSELECTIONEND SCI_START + 145 #define SCI_CALLTIPSHOW SCI_START + 200 #define SCI_CALLTIPCANCEL SCI_START + 201 |