aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-15 22:37:50 +0000
committernyamatongwe <devnull@localhost>2007-07-15 22:37:50 +0000
commitfb5ff413c222312478d56ab5679531b8d02a5b4b (patch)
tree081afeaed8df1d141b53e61213b0bfa6b952faef
parent308e8032dea816e28137cefce7599672bea2d339 (diff)
downloadscintilla-mirror-fb5ff413c222312478d56ab5679531b8d02a5b4b.tar.gz
Made clear that Scintilla does not support named coloours.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index be0c3cef0..567fba732 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2903,7 +2903,9 @@ struct TextToFind {
<p><b id="SCI_MARKERDEFINEPIXMAP">SCI_MARKERDEFINEPIXMAP(int markerNumber, const char
*xpm)</b><br />
Markers can be set to pixmaps with this message. The XPM format is used for the pixmap and it
- is limited to pixmaps that use one character per pixel. The data should be null terminated.
+ is limited to pixmaps that use one character per pixel with no named colours.
+ The transparent colour may be named 'None'.
+ The data should be null terminated.
Pixmaps use the <code>SC_MARK_PIXMAP</code> marker symbol. You can find the full description of
the XPM format <a class="jump" href="http://koala.ilog.fr/lehors/xpm.html">here</a>.</p>