Return type change
Added support for help button to formatting dialog git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -528,7 +528,7 @@ public:
|
||||
virtual bool ApplyAlignmentToSelection(wxTextAttrAlignment alignment);
|
||||
|
||||
/// Apply a named style to the selection
|
||||
virtual void ApplyStyle(wxRichTextStyleDefinition* def);
|
||||
virtual bool ApplyStyle(wxRichTextStyleDefinition* def);
|
||||
|
||||
/// Set style sheet, if any.
|
||||
void SetStyleSheet(wxRichTextStyleSheet* styleSheet) { GetBuffer().SetStyleSheet(styleSheet); }
|
||||
|
Reference in New Issue
Block a user