diff options
| author | nyamatongwe <unknown> | 2013-02-22 17:06:50 +1100 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2013-02-22 17:06:50 +1100 |
| commit | 050ec00a46f30ece18fdf732690f5897651e7809 (patch) | |
| tree | 2806872e73440d8fcd7d15d72413a19fe7585c1d /include/Scintilla.iface | |
| parent | e2fe6df591d73bcd545b79f248acb788a179a40c (diff) | |
| download | scintilla-mirror-050ec00a46f30ece18fdf732690f5897651e7809.tar.gz | |
Define the maximum number of margins in Scintilla.iface.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f66324572..cb6c0e632 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -326,6 +326,8 @@ fun void MarkerAddSet=2466(int line, int set) # Set the alpha used for a marker that is drawn in the text area, not the margin. set void MarkerSetAlpha=2476(int markerNumber, int alpha) +val SC_MAX_MARGIN=4 + enu MarginType=SC_MARGIN_ val SC_MARGIN_SYMBOL=0 val SC_MARGIN_NUMBER=1 |
