X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/univ/window.h?ds=inline diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index a6c92da662..d5aa30e4ba 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -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;