From: Robin Dunn Date: Fri, 28 May 2004 19:15:09 +0000 (+0000) Subject: GetClientAreaOrigin should be public X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c7afb7435d11d7b67d16c51e1302cad5572491e GetClientAreaOrigin should be public git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index d7faa10481..b858afcd54 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -102,6 +102,8 @@ public: // current size - this has an effect of refreshing the window layout virtual void SendSizeEvent(); + virtual wxPoint GetClientAreaOrigin() const; + protected: // common part of all ctors void Init(); @@ -109,7 +111,6 @@ protected: // override base class virtuals virtual void DoGetClientSize(int *width, int *height) const; virtual void DoSetClientSize(int width, int height); - virtual wxPoint GetClientAreaOrigin() const; #if wxUSE_MENUS_NATIVE // perform MSW-specific action when menubar is changed