wxRichTextParagraphStyleDefinitionThis class represents a paragraph style definition, usually added to a wxRichTextStyleSheet. Derived from Include files <wx/richtext/richtextstyles.h> Data structures Members
wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition
wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinitionwxRichTextParagraphStyleDefinition(const wxString& name = wxEmptyString) Constructor.
wxRichTextParagraphStyleDefinition::~wxRichTextParagraphStyleDefinition~wxRichTextParagraphStyleDefinition() Destructor.
wxRichTextParagraphStyleDefinition::GetNextStyleconst wxString& GetNextStyle() const Returns the style that should normally follow this style.
wxRichTextParagraphStyleDefinition::SetNextStylevoid SetNextStyle(const wxString& name) Sets the style that should normally follow this style.
|