diff options
| author | nyamatongwe <devnull@localhost> | 2006-02-26 00:58:22 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-02-26 00:58:22 +0000 |
| commit | 38a5a1bfddd9beab8370970084514eba5cfd8486 (patch) | |
| tree | 43f3b3cd67b11f8e5950bbae9e9ed0fc02af99ed /include/Scintilla.iface | |
| parent | 818cf866da84841e0f46c8f7b717b18926032f25 (diff) | |
| download | scintilla-mirror-38a5a1bfddd9beab8370970084514eba5cfd8486.tar.gz | |
Translucency implementation for INDIC_ROUNDBOX and caret line.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d296ce85d..b64a10c4d 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -475,6 +475,7 @@ val INDIC_DIAGONAL=3 val INDIC_STRIKE=4 val INDIC_HIDDEN=5 val INDIC_BOX=6 +val INDIC_ROUNDBOX=7 val INDIC0_MASK=0x20 val INDIC1_MASK=0x40 val INDIC2_MASK=0x80 @@ -1644,6 +1645,16 @@ get bool GetPasteConvertEndings=2468(,) # Duplicate the selection. If selection empty duplicate the line containing the caret. fun void SelectionDuplicate=2469(,) +val SC_ALPHA_TRANSPARENT=0 +val SC_ALPHA_OPAQUE=255 +val SC_ALPHA_NOALPHA=256 + +# Set background alpha of the caret line. +set void SetCaretLineBackAlpha=2470(int alpha,) + +# Get the background alpha of the caret line. +get int GetCaretLineBackAlpha=2471(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
