X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3a43801df2f05c057892481df9d3cfe30fd8800..48fe83743aafc0c3427824b7c3051119b22ebe79:/samples/proplist/test.h diff --git a/samples/proplist/test.h b/samples/proplist/test.h index 44998f21e6..5c0e34b0bd 100644 --- a/samples/proplist/test.h +++ b/samples/proplist/test.h @@ -61,7 +61,7 @@ class PropListFrame: public wxPropertyListFrame public: PropListFrame(wxPropertyListView *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"): wxPropertyListFrame(v, parent, title, pos, size, style, name) { } @@ -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() };