diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-09-29 13:36:43 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-09-29 13:36:43 +1000 |
| commit | de7dccbae50c839869017a30cd5e57d6ef639242 (patch) | |
| tree | 6bedd6676770b1381104cddea9d4f0ff17ca5402 /src/Editor.h | |
| parent | cfe3c049555422cbc7dcf3fd2fadad2f08487dd7 (diff) | |
| download | scintilla-mirror-de7dccbae50c839869017a30cd5e57d6ef639242.tar.gz | |
The number of margins can be changed with SCI_SETMARGINS.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index ee56700dd..5fdcbffb9 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -571,6 +571,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void AddStyledText(char *buffer, int appendLength); virtual sptr_t DefWndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) = 0; + bool ValidMargin(uptr_t wParam); void StyleSetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam); sptr_t StyleGetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam); |
