/**
Destructor.
*/
- ~wxRichTextStyleDefinition();
+ virtual ~wxRichTextStyleDefinition();
/**
Returns the style on which this style is based.
/**
Destructor.
*/
- ~wxRichTextParagraphStyleDefinition();
+ virtual ~wxRichTextParagraphStyleDefinition();
/**
Returns the style that should normally follow this style.
/**
Destructor.
*/
- ~wxRichTextStyleListBox();
+ virtual ~wxRichTextStyleListBox();
/**
Applies the @e ith style to the associated rich text control.
/**
Destructor.
*/
- ~wxRichTextStyleComboCtrl();
+ virtual ~wxRichTextStyleComboCtrl();
/**
Returns the wxRichTextCtrl associated with this control.
/**
Destructor.
*/
- ~wxRichTextCharacterStyleDefinition();
+ virtual ~wxRichTextCharacterStyleDefinition();
};
/**
Destructor.
*/
- ~wxRichTextListStyleDefinition();
+ virtual ~wxRichTextListStyleDefinition();
/**
This function combines the given paragraph style with the list style's base
/**
Destructor.
*/
- ~wxRichTextStyleSheet();
+ virtual ~wxRichTextStyleSheet();
/**
Adds a definition to the character style list.