]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
fix wxPowerEvent, wxRichTextEvent and wxWizardEvent so that they pass the runtime...
[wxWidgets.git] / include / wx / msw / frame.h
index 11e881d5a8d78e56bbea37060e45bd6595745985..0677d943e95d35080705163c3c34f81dc48fb7c6 100644 (file)
@@ -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;