diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-07-05 11:35:32 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-07-05 11:35:32 +1000 |
| commit | a6ad2ff8b66866aeae17a8bee1eb54edfee331ad (patch) | |
| tree | 392ac33978553c18efe124d138ea9d71bb9c6067 /include/Scintilla.h | |
| parent | 7f94250659318b6a828cd122e69e81e131c3380d (diff) | |
| download | scintilla-mirror-a6ad2ff8b66866aeae17a8bee1eb54edfee331ad.tar.gz | |
Backport: Bug [#2118]. Add TabMinimumWidth property to API so applications can display
overviews or minimaps with reasonable layout.
Backport of changeset 7700:e6efe007d2dc.
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 2c9a8ac43..fbbc173d6 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -93,6 +93,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SCI_SETBUFFEREDDRAW 2035 #define SCI_SETTABWIDTH 2036 #define SCI_GETTABWIDTH 2121 +#define SCI_SETTABMINIMUMWIDTH 2724 +#define SCI_GETTABMINIMUMWIDTH 2725 #define SCI_CLEARTABSTOPS 2675 #define SCI_ADDTABSTOP 2676 #define SCI_GETNEXTTABSTOP 2677 |
