]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/scrolwin.h
Update Make-files for OpenVMS
[wxWidgets.git] / interface / wx / scrolwin.h
index fea0ad5b279efefa2888a93f63252dce5fdba25b..ac46c7e264be9193aca0e774c437082cecc5d385 100644 (file)
@@ -493,6 +493,22 @@ public:
         method must be overridden.
     */
     void SetTargetWindow(wxWindow *window);
+    wxWindow *GetTargetWindow() const;
+
+    
+    void SetTargetRect(const wxRect& rect);
+    wxRect GetTargetRect() const;
+
+    int GetScrollPageSize(int orient) const;
+    void SetScrollPageSize(int orient, int pageSize);
+    int GetScrollLines( int orient ) const;
+    void SetScale(double xs, double ys);
+    double GetScaleX() const;
+    double GetScaleY() const;
+
+    virtual void AdjustScrollbars();
+    bool IsAutoScrolling() const;
+    void StopAutoScrolling();
 
 protected:
     /**