X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2432b92dd7a837db13d3938a56c1959decd03203..ce6d2511f82aafc78aba320018c868f826ab172b:/samples/proplist/test.h?ds=inline diff --git a/samples/proplist/test.h b/samples/proplist/test.h index 955a8456bf..5c0e34b0bd 100644 --- a/samples/proplist/test.h +++ b/samples/proplist/test.h @@ -91,12 +91,13 @@ class PropFormFrame: public wxPropertyFormFrame public: PropFormFrame(wxPropertyFormView *v, wxFrame *parent, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxDEFAULT_FRAME, const wxString& name = "frame"): + long style = wxDEFAULT_FRAME_STYLE, const wxString& name = "frame"): wxPropertyFormFrame(v, parent, title, pos, size, style, name) { } void OnCloseWindow(wxCloseEvent& event); + void OnSize(wxSizeEvent& event); DECLARE_EVENT_TABLE() };