X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b218dfaf47dc47705f6d6cba9408fa9f9cca70e..9390a202a8b9d67d393faf3e1323885e6a27c127:/include/wx/msw/dialog.h diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index 8ec1b50995..b63c9875d0 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -81,6 +81,7 @@ public: void SetTitle(const wxString& title); wxString GetTitle() const ; + void OnSize(wxSizeEvent& event); bool OnClose(); void OnCharHook(wxKeyEvent& event); void OnPaint(wxPaintEvent& event);