]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextctrl.h
detect and report errors in XRC specification of grid sizers
[wxWidgets.git] / include / wx / richtext / richtextctrl.h
index ec5507cf686fda3e33299970561846c89748cb8b..7be78d5ac78eb73b2374da53978e0fb6c91fc29d 100644 (file)
@@ -114,8 +114,6 @@ public:
 
 // Accessors
 
-    virtual wxString GetValue() const;
-
     virtual wxString GetRange(long from, long to) const;
 
     virtual int GetLineLength(long lineNo) const ;
@@ -666,9 +664,6 @@ public:
     virtual bool RecreateBuffer(const wxSize& size = wxDefaultSize);
 #endif
 
-    /// Set the selection
-    virtual void DoSetSelection(long from, long to, bool scrollCaret = true);
-
     /// Write text
     virtual void DoWriteText(const wxString& value, int flags = 0);
 
@@ -771,6 +766,12 @@ public:
      static const wxArrayString& GetAvailableFontNames();
      static void ClearAvailableFontNames();
 
+     WX_FORWARD_TO_SCROLL_HELPER()
+
+     // implement wxTextEntry methods
+     virtual wxString DoGetValue() const;
+
+protected:
      // FIXME: this does not work, it allows this code to compile but will fail
      //        during run-time
 #ifdef __WXMSW__
@@ -781,8 +782,6 @@ public:
     virtual GtkEditable *GetEditable() const { return NULL; }
 #endif
 
-     WX_FORWARD_TO_SCROLL_HELPER()
-
 // Overrides
 protected: