- const wxTextAttrEx& GetAttributes() const { return m_attributes; }
- wxTextAttrEx& GetAttributes() { return m_attributes; }
- void SetAttributes(const wxTextAttrEx& attr) { m_attributes = attr; }
+ const wxTextAttr& GetAttributes() const { return m_attributes; }
+ wxTextAttr& GetAttributes() { return m_attributes; }
+ void SetAttributes(const wxTextAttr& attr) { m_attributes = attr; }