]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/proplist/test.h
Removed two more GUI lock-ups. This time when
[wxWidgets.git] / samples / proplist / test.h
index 955a8456bfa9f90232388d7127c0cc8fa1a8259e..5c0e34b0bdbfcfc6525f62fc210a0f381d97a68b 100644 (file)
@@ -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()
 };