X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/479101cac1fdca97a3c130ee05a7ff4ebe177edf..9042a0173883c96e7191ee18e81bc51f533e298f:/wxPython/src/frames.i diff --git a/wxPython/src/frames.i b/wxPython/src/frames.i index 03cc0edfa2..25989c93f0 100644 --- a/wxPython/src/frames.i +++ b/wxPython/src/frames.i @@ -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(); }; //---------------------------------------------------------------------------