X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02aa9504bce6456726b447f0babc9ed522e19d55..5852a1dcbbadb7fd0d5a9d7851aaa67f2370f3cf:/include/wx/msw/frame.h?ds=sidebyside diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index 11e881d5a8..0677d943e9 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -91,9 +91,8 @@ public: void SetToolTipCtrl(WXHWND hwndTT) { m_hwndToolTip = hwndTT; } #endif // tooltips - // a MSW only function which sends a size event to the window using its - // current size - this has an effect of refreshing the window layout - virtual void SendSizeEvent(); + // override the base class function to handle iconized/maximized frames + virtual void SendSizeEvent(int flags = 0); virtual wxPoint GetClientAreaOrigin() const;