]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/splittree/tree.h
Regen Bakefiles for OSX HID integration
[wxWidgets.git] / contrib / samples / gizmos / splittree / tree.h
index c799a1309a364efc02058a05f25a539cc868758c..fd939628fccdf1649d1bf809693e1e8ad36d7aba 100644 (file)
@@ -49,7 +49,7 @@ protected:
     TestValueWindow*           m_valueWindow;
 
 private:
-    // any class wishing to process wxWindows events must use this macro
+    // any class wishing to process wxWidgets events must use this macro
     DECLARE_EVENT_TABLE()
 };
 
@@ -87,7 +87,7 @@ protected:
 class TestValueWindow: public wxTreeCompanionWindow
 {
 public:
-    TestValueWindow(wxWindow* parent, wxWindowID id = -1,
+    TestValueWindow(wxWindow* parent, wxWindowID id = wxID_ANY,
       const wxPoint& pos = wxDefaultPosition,
       const wxSize& sz = wxDefaultSize,
       long style = 0);