Richtext interface fixes and additions for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-04-30 20:23:20 +00:00
parent 4a9d531345
commit 16caec2610
2 changed files with 75 additions and 121 deletions

View File

@@ -82,7 +82,7 @@ enum wxRichTextCtrlSelectionState
whose properties are available to be edited.
*/
class WXDLLIMPEXP_RICHTEXT wxRichTextContextMenuPropertiesInfo
class wxRichTextContextMenuPropertiesInfo
{
public:
/**
@@ -188,13 +188,10 @@ public:
*/
class WXDLLIMPEXP_RICHTEXT wxRichTextCtrl : public wxControl,
class wxRichTextCtrl : public wxControl,
public wxTextCtrlIface,
public wxScrollHelper
{
DECLARE_CLASS( wxRichTextCtrl )
DECLARE_EVENT_TABLE()
public:
// Constructors
@@ -2332,7 +2329,7 @@ protected:
@category{events,richtext}
*/
class WXDLLIMPEXP_RICHTEXT wxRichTextEvent : public wxNotifyEvent
class wxRichTextEvent : public wxNotifyEvent
{
public:
/**
@@ -2461,6 +2458,4 @@ protected:
wxRichTextParagraphLayoutBox* m_container;
wxRichTextParagraphLayoutBox* m_oldContainer;
private:
DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxRichTextEvent)
};