diff options
| -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 | 
