From fb5ff413c222312478d56ab5679531b8d02a5b4b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 15 Jul 2007 22:37:50 +0000 Subject: Made clear that Scintilla does not support named coloours. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 {

SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)
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 SC_MARK_PIXMAP marker symbol. You can find the full description of the XPM format here.

-- cgit v1.2.3