]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / frames.i
index 03cc0edfa27248fd193cc624d27e038a8595c87a..25989c93f01899784becf2814d5a5d386dbf248a 100644 (file)
@@ -187,6 +187,9 @@ public:
     virtual wxToolBar *GetToolBar() const { return m_frameToolBar; }
     virtual void SetToolBar(wxToolBar *toolbar) { m_frameToolBar = toolbar; }
 
+    // sends a size event to the window using its current size -- this has an
+    // effect of refreshing the window layout
+    virtual void SendSizeEvent();
 };
 
 //---------------------------------------------------------------------------