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:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user