X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a98423eb038738b5c4c76c575435034ee8b7d56..9a6fda2288944cf3a8fc9ba1d33746b903daff60:/interface/wx/panel.h diff --git a/interface/wx/panel.h b/interface/wx/panel.h index 59acc6534a..f836f6c6a1 100644 --- a/interface/wx/panel.h +++ b/interface/wx/panel.h @@ -96,6 +96,12 @@ public: */ virtual void InitDialog(); + /** + See wxWindow::SetAutoLayout(): when auto layout is on, this function gets + called automatically when the window is resized. + */ + virtual bool Layout(); + /** The default handler for wxEVT_SYS_COLOUR_CHANGED.