Added custom properties to style definitions and style sheets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2012-04-24 11:22:18 +00:00
parent ee1787872d
commit c6182d489c
6 changed files with 95 additions and 10 deletions

View File

@@ -2377,7 +2377,7 @@ public:
wxRichTextAttr& GetAttributes() { return m_attributes; }
/**
Sets the object's properties.
Returns the object's properties.
*/
wxRichTextProperties& GetProperties() { return m_properties; }
@@ -2387,7 +2387,7 @@ public:
const wxRichTextProperties& GetProperties() const { return m_properties; }
/**
Returns the object's properties.
Sets the object's properties.
*/
void SetProperties(const wxRichTextProperties& props) { m_properties = props; }