]> 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 44998f21e6265ed003db5f5bcde5aaa13a7e22bf..5c0e34b0bdbfcfc6525f62fc210a0f381d97a68b 100644 (file)
@@ -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()
 };