diff options
| author | nyamatongwe <unknown> | 2011-09-25 09:50:39 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-09-25 09:50:39 +1000 |
| commit | 6a7cac4480d15c5737fd5c25a4b0fa3c937d935b (patch) | |
| tree | 0a95db5373d804a228fe69360c433ce790ed564c /include/Scintilla.iface | |
| parent | b1fc4c2cd37d6ea015a016aa80514de1355b4664 (diff) | |
| download | scintilla-mirror-6a7cac4480d15c5737fd5c25a4b0fa3c937d935b.tar.gz | |
Palette support removed.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index aa0f030dd..e77675567 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -228,10 +228,6 @@ val SC_CP_UTF8=65001 # The SC_CP_UTF8 value can be used to enter Unicode mode. set void SetCodePage=2037(int codePage,) -# In palette mode, Scintilla uses the environment's palette calls to display -# more colours. This may lead to ugly displays. -set void SetUsePalette=2039(bool usePalette,) - enu MarkerSymbol=SC_MARK_ val MARKER_MAX=31 val SC_MARK_CIRCLE=0 @@ -801,9 +797,6 @@ get int GetCodePage=2137(,) # Get the foreground colour of the caret. get colour GetCaretFore=2138(,) -# In palette mode? -get bool GetUsePalette=2139(,) - # In read-only mode? get bool GetReadOnly=2140(,) @@ -4037,3 +4030,12 @@ cat Deprecated # Deprecated in 2.21 # The SC_CP_DBCS value can be used to indicate a DBCS mode for GTK+. val SC_CP_DBCS=1 + +# Deprecated in 2.30 + +# In palette mode? +get bool GetUsePalette=2139(,) + +# In palette mode, Scintilla uses the environment's palette calls to display +# more colours. This may lead to ugly displays. +set void SetUsePalette=2039(bool usePalette,) |
