diff options
author | nyamatongwe <unknown> | 2000-09-05 12:53:57 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-09-05 12:53:57 +0000 |
commit | 5faf22ed8a52082d40f4895ae93126d264ab72a5 (patch) | |
tree | 6c5a3b9cba369b6ca32ae4740b1cdb658f9cf7c4 | |
parent | e3924b69fd7a91746726bdd9b41c505b4693917e (diff) | |
download | scintilla-mirror-5faf22ed8a52082d40f4895ae93126d264ab72a5.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 |