diff options
author | nyamatongwe <devnull@localhost> | 2000-09-05 12:53:57 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-09-05 12:53:57 +0000 |
commit | 277ea62f41f8193333cb143a690c3fb5c7648932 (patch) | |
tree | 6c5a3b9cba369b6ca32ae4740b1cdb658f9cf7c4 | |
parent | a8df571aaf4da797d82315316150ea02dd0d9304 (diff) | |
download | scintilla-mirror-277ea62f41f8193333cb143a690c3fb5c7648932.tar.gz |
Added StyleSetVisible.
-rw-r--r-- | doc/ScintillaDoc.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b4cf75b7d..d20fbaedd 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -307,6 +307,7 @@ SCI_STYLESETFONT(int stylenumber, char *fontname) SCI_STYLESETEOLFILLED(int stylenumber, bool eolfilled) SCI_STYLESETUNDERLINE(int stylenumber, bool underline) SCI_STYLESETCHARACTERSET(int stylenumber, int charset) +SCI_STYLESETVISIBLE(int stylenumber, bool visible) </pre> <p> While the style setting messages mentioned above, change the style numbers associated with |