]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Implement basic support for virtual file systems for the ie backend. Registering...
[wxWidgets.git] / include / wx / univ / window.h
index a6c92da662449e6932b3b942f45118720003e2d4..d5aa30e4ba67277e1892f0ebb04603a9032bcc0c 100644 (file)
@@ -102,7 +102,7 @@ public:
     virtual int GetScrollThumb(int orient) const;
     virtual int GetScrollRange(int orient) const;
     virtual void ScrollWindow(int dx, int dy,
-                              const wxRect* rect = (wxRect *) NULL);
+                              const wxRect* rect = NULL);
 
     // take into account the borders here
     virtual wxPoint GetClientAreaOrigin() const;
@@ -243,6 +243,9 @@ protected:
     virtual wxSize DoGetBestClientSize() const;
     virtual wxSize DoGetBestSize() const;
 
+    // override the base class method to return the size of the window borders
+    virtual wxSize DoGetBorderSize() const;
+
     // adjust the size of the window to take into account its borders
     wxSize AdjustSize(const wxSize& size) const;