]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
added wxString::rbegin() and rend()
[wxWidgets.git] / include / wx / gtk / textctrl.h
index b9129095636e51d39078d4897b00fbead6c4d2b9..e2041cb9631762a71128fb59319e3ecf61b60fe9 100644 (file)
@@ -151,10 +151,6 @@ public:
     virtual void Freeze();
     virtual void Thaw();
 
-    // textctrl specific scrolling
-    virtual bool ScrollLines(int lines);
-    virtual bool ScrollPages(int pages);
-
     // implementation only from now on
 
     // wxGTK-specific: called recursively by Enable,
@@ -178,13 +174,6 @@ protected:
     // common part of all ctors
     void Init();
 
-    // get the vertical adjustment, if any, NULL otherwise
-    GtkAdjustment *GetVAdj() const;
-
-    // scroll the control by the given number of pixels, return true if the
-    // scroll position changed
-    bool DoScroll(GtkAdjustment *adj, int diff);
-
     // Widgets that use the style->base colour for the BG colour should
     // override this and return true.
     virtual bool UseGTKStyleBase() const { return true; }