diff options
| author | nyamatongwe <unknown> | 2009-04-02 07:51:33 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-04-02 07:51:33 +0000 |
| commit | 977371ca0595af895bf255b135292e12f80eff01 (patch) | |
| tree | 9a98b4b9041080357edf19d6288f367d6c4c3c6b /include/Scintilla.iface | |
| parent | 117ef7e2e62a3bcbfcf2a3adca3c52d0bfd9a089 (diff) | |
| download | scintilla-mirror-977371ca0595af895bf255b135292e12f80eff01.tar.gz | |
Method to find the symbol defined for a marker number.
SC_MARK_AVAILABLE defined.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 166d37d2a..ed31a803e 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -269,6 +269,7 @@ val SC_MARK_ARROWS=24 val SC_MARK_PIXMAP=25 val SC_MARK_FULLRECT=26 val SC_MARK_LEFTRECT=27 +val SC_MARK_AVAILABLE=28 val SC_MARK_CHARACTER=10000 @@ -1828,6 +1829,9 @@ set void SetExtraDescent=2527(int extraDescent,) # Get extra descent for each line get int GetExtraDescent=2528(,) +# Which symbol was defined for markerNumber with MarkerDefine +fun int MarkerSymbolDefined=2529(int markerNumber,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
