]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextstyles.h
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / include / wx / richtext / richtextstyles.h
index 75efa9b1b049e030ea00241777ad89b7efaa90b1..107cc65cc089174ffd3aa75ed9d5ad2bae72cf1d 100644 (file)
@@ -102,7 +102,7 @@ public:
     virtual wxRichTextAttr GetStyleMergedWithBase(const wxRichTextStyleSheet* sheet) const;
 
     /**
-        Sets the definition's properties.
+        Returns the definition's properties.
     */
     wxRichTextProperties& GetProperties() { return m_properties; }
 
@@ -112,7 +112,7 @@ public:
     const wxRichTextProperties& GetProperties() const { return m_properties; }
 
     /**
-        Returns the definition's properties.
+        Sets the definition's properties.
     */
     void SetProperties(const wxRichTextProperties& props) { m_properties = props; }
 
@@ -419,17 +419,17 @@ public:
     const wxString& GetDescription() const { return m_description; }
 
     /**
-        Sets the definition's properties.
+        Returns the sheet's properties.
     */
     wxRichTextProperties& GetProperties() { return m_properties; }
 
     /**
-        Returns the definition's properties.
+        Returns the sheet's properties.
     */
     const wxRichTextProperties& GetProperties() const { return m_properties; }
 
     /**
-        Returns the definition's properties.
+        Sets the sheet's properties.
     */
     void SetProperties(const wxRichTextProperties& props) { m_properties = props; }