]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
wxRTC: extracted XML utilities into a separate class for potential reuse.
[wxWidgets.git] / include / wx / generic / notebook.h
index 3f1a607d830e7dd11766de4fe4a9b58f8a1925a1..e328e0bfcff5ec283672225ecb95021e888dab80 100644 (file)
@@ -1,9 +1,8 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        notebook.h
+// Name:        wx/generic/notebook.h
 // Purpose:     wxNotebook class (a.k.a. property sheet, tabbed dialog)
 // Author:      Julian Smart
 // Modified by:
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -107,7 +106,7 @@ public:
                   wxNotebookPage *pPage,
                   const wxString& strText,
                   bool bSelect = false,
-                  int imageId = -1);
+                  int imageId = NO_IMAGE);
 
   // callbacks
   // ---------