diff options
author | nyamatongwe <unknown> | 2000-04-18 13:23:58 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-18 13:23:58 +0000 |
commit | 3a1d36a7e56c077a1cf97e45021081a94cb5ec7b (patch) | |
tree | 3d5de7ce317ba23bed64ef26edd0121179e307e4 /include/Scintilla.h | |
parent | 67fcad1cbbb833bce955e0f3cb09f844ff2e5abb (diff) | |
download | scintilla-mirror-3a1d36a7e56c077a1cf97e45021081a94cb5ec7b.tar.gz |
Removed use of PropSet in Accessor to avoid linkage.
Added indenting and horizontal scroll bar messages.
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 8e5826bf5..12c7a6a14 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -229,6 +229,9 @@ extern "C" { #define SCI_GETLINEINDENTATION SCI_START + 127 #define SCI_GETLINEINDENTPOSITION SCI_START + 128 +#define SCI_SETHSCROLLBAR SCI_START + 130 +#define SCI_GETHSCROLLBAR SCI_START + 131 + #define SCI_CALLTIPSHOW SCI_START + 200 #define SCI_CALLTIPCANCEL SCI_START + 201 #define SCI_CALLTIPACTIVE SCI_START + 202 @@ -299,6 +302,8 @@ extern "C" { #define SCI_LINETRANSPOSE SCI_START + 339 #define SCI_LOWERCASE SCI_START + 340 #define SCI_UPPERCASE SCI_START + 341 +#define SCI_LINESCROLLDOWN SCI_START + 342 +#define SCI_LINESCROLLUP SCI_START + 343 #define SCI_LINELENGTH SCI_START + 350 #define SCI_BRACEHIGHLIGHT SCI_START + 351 @@ -333,6 +338,7 @@ extern "C" { #define SCI_SETCARETPOLICY SCI_START + 369 #define SCI_LINESONSCREEN SCI_START + 370 #define SCI_USEPOPUP SCI_START + 371 +#define SCI_SELECTIONISRECTANGLE SCI_START + 372 // GTK+ Specific #define SCI_GRABFOCUS SCI_START + 400 |