]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.h
Fixed HitTest for columns > 1
[wxWidgets.git] / samples / notebook / notebook.h
index 2d32a1f064167dc4b437d4a171205bf6b18a7031..c79f79f980e2f120ddc41ef87ab638d26d715a79 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: Dimitri Schoolwerth
 // Created:     25/10/98
 // RCS-ID:      $Id$
-// Copyright:   (c) 1998-2002 wxWindows team
+// Copyright:   (c) 1998-2002 wxWidgets team
 // License:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -48,7 +48,7 @@ DECLARE_APP(MyApp)
 class MyNotebook : public wxNotebook
 {
 public:
-    MyNotebook(wxWindow *parent, wxWindowID id = -1,
+    MyNotebook(wxWindow *parent, wxWindowID id = wxID_ANY,
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, long style = 0);