X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..8ae4f08661d7b324d5cd7aa16ab1a7b2810d94f2:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index 8cb8cb3432..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();