// Author: Julian Smart
// Modified by:
// Created: 2005-09-30
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual wxRichTextAttr GetStyleMergedWithBase(const wxRichTextStyleSheet* sheet) const;
/**
- Sets the definition's properties.
+ Returns the definition's properties.
*/
wxRichTextProperties& GetProperties() { return m_properties; }
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; }
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; }