From 5faf22ed8a52082d40f4895ae93126d264ab72a5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 5 Sep 2000 12:53:57 +0000 Subject: Added StyleSetVisible. --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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)

While the style setting messages mentioned above, change the style numbers associated with -- cgit v1.2.3