X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c140b7e7c9aabb61ab5e6e017cfb768c05373502..6b91e252475d73358a87cfacce9c75aa04012e2e:/include/wx/msw/frame.h diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index 0680ada270..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(); @@ -133,7 +135,7 @@ protected: virtual bool IsMDIChild() const { return FALSE; } - // get default (wxWindows) icon for the frame + // get default (wxWidgets) icon for the frame virtual WXHICON GetDefaultIcon() const; #if wxUSE_STATUSBAR