]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stc/stc.h
Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute...
[wxWidgets.git] / interface / wx / stc / stc.h
index 53f286e8f499fb122c5d9f0074e9fae36630ad6d..3f2ea0b84ae3388ec5df98fc9df0e8d56159499c 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxStyledTextEvent
-    @headerfile stc.h wx/stc/stc.h
 
     The type of events sent from wxStyledTextCtrl.
 
@@ -253,7 +252,6 @@ public:
 
 /**
     @class wxStyledTextCtrl
-    @headerfile stc.h wx/stc/stc.h
 
     A wxWidgets implementation of the Scintilla source code editing component.
 
@@ -2546,8 +2544,8 @@ public:
         more of the following comma separated elements:
         bold                    turns on bold
         italic                  turns on italics
-        fore:[name or #RRGGBB]  sets the foreground colour
-        back:[name or #RRGGBB]  sets the background colour
+        fore:[name or \#RRGGBB]  sets the foreground colour
+        back:[name or \#RRGGBB]  sets the background colour
         face:[facename]         sets the font face name to use
         size:[num]              sets the font size in points
         eol                     turns on eol filling