Warnings, build errors, headers, licence, prefered api and non-PCH support cleaning of fresh richtext code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-09 10:26:18 +00:00
parent 9bd7150221
commit b68603d535
12 changed files with 243 additions and 164 deletions

View File

@@ -205,7 +205,6 @@ public:
wxRichTextColourSwatchCtrl(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0);
~wxRichTextColourSwatchCtrl();
void OnPaint(wxPaintEvent& event);
void OnMouseEvent(wxMouseEvent& event);
void SetColour(const wxColour& colour) { m_colour = colour; SetBackgroundColour(m_colour); }
@@ -278,4 +277,3 @@ private:
#endif
// _WX_RICHTEXTFORMATDLG_H_