]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index cbd236f5597356d0d16260a35f4ce6bd199882ce..9973ba7b813559e7067acfe7b4d42490cc6c5730 100644 (file)
@@ -688,7 +688,7 @@ public:
     virtual void PaintBackground(wxDC& dc);
 
     /// Other user defined painting after everything else (i.e. all text) is painted
-    virtual void PaintAboveContent(wxDC& dc) {}
+    virtual void PaintAboveContent(wxDC& WXUNUSED(dc)) {}
 
 #if wxRICHTEXT_BUFFERED_PAINTING
     /// Recreate buffer bitmap if necessary
@@ -805,6 +805,7 @@ public:
 protected:
      // FIXME: this does not work, it allows this code to compile but will fail
      //        during run-time
+#ifndef __WXUNIVERSAL__
 #ifdef __WXMSW__
     virtual WXHWND GetEditHWND() const { return GetHWND(); }
 #endif
@@ -816,6 +817,7 @@ protected:
     virtual GtkEditable *GetEditable() const { return NULL; }
     virtual GtkEntry *GetEntry() const { return NULL; }
 #endif
+#endif // !__WXUNIVERSAL__
 
 // Overrides
 protected: