diff options
| author | nyamatongwe <devnull@localhost> | 2002-04-14 00:29:39 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-04-14 00:29:39 +0000 |
| commit | e4a83332177c850cdbc614e31e3416091a130bac (patch) | |
| tree | 0e56acd567a7120d5c075f69fbba9496e20929e4 /include/Scintilla.h | |
| parent | c16edeff51bc12711b715b246299bda0d9fcfbe5 (diff) | |
| download | scintilla-mirror-e4a83332177c850cdbc614e31e3416091a130bac.tar.gz | |
Implemented endAtLastLine attribute which allows option of scrolling one
page below last document line.
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 e5ccd6f11..b4fa06359 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -362,6 +362,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETSCROLLWIDTH 2274 #define SCI_GETSCROLLWIDTH 2275 #define SCI_TEXTWIDTH 2276 +#define SCI_SETENDATLASTLINE 2277 +#define SCI_GETENDATLASTLINE 2278 #define SCI_LINEDOWN 2300 #define SCI_LINEDOWNEXTEND 2301 #define SCI_LINEUP 2302 |
