]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
correction for Mac OS X
[wxWidgets.git] / include / wx / msw / frame.h
index 325f0acc510b96a4772cc5df38a7d6a830a022b4..d9c67c2bd2565e9ea308d2b54f456aaebe586e55 100644 (file)
@@ -112,6 +112,10 @@ 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
+    void SendSizeEvent();
+
 protected:
     // common part of all ctors
     void Init();