diff options
author | nyamatongwe <unknown> | 2001-10-02 06:04:52 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-10-02 06:04:52 +0000 |
commit | dfd84e5dbd36aba02b8aedfb66d03ad8a1755fc0 (patch) | |
tree | 8d3528addcc66c43abb5d2420d04d8073b339324 /include/Scintilla.h | |
parent | 21b5e602aeb271d9b7ea5d39915e7cee3c13aba7 (diff) | |
download | scintilla-mirror-dfd84e5dbd36aba02b8aedfb66d03ad8a1755fc0.tar.gz |
Patch from Mark to make the x offset accessible through the API.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 7202712ad..19429a493 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -442,6 +442,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETVISIBLEPOLICY 2394 #define SCI_DELLINELEFT 2395 #define SCI_DELLINERIGHT 2396 +#define SCI_SETXOFFSET 2397 +#define SCI_GETXOFFSET 2398 #define SCI_GRABFOCUS 2400 #define SCI_STARTRECORD 3001 #define SCI_STOPRECORD 3002 |