X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6182d489c7cf71c9dba511e3f68671f5b17d50d..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/richtext/richtextstyles.h?ds=inline diff --git a/include/wx/richtext/richtextstyles.h b/include/wx/richtext/richtextstyles.h index 75efa9b1b0..107cc65cc0 100644 --- a/include/wx/richtext/richtextstyles.h +++ b/include/wx/richtext/richtextstyles.h @@ -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; }