X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3b9f782ef3949f583e8ac53795d36787f044fc3..c6ea1fdaf924be4ee49a19d12f76e4fcd257bb0a:/include/wx/univ/window.h diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index 1dc43df024..d5aa30e4ba 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -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;