]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/notebook.h
Add new wxTreeListCtrl class.
[wxWidgets.git] / include / wx / palmos / notebook.h
index 5a6b32e9099975e1ae8e646ab8bf173960786b47..3c603a8169da3a68e05453b963198b3fd90b60a0 100644 (file)
@@ -127,7 +127,7 @@ public:
                     wxNotebookPage *pPage,
                     const wxString& strText,
                     bool bSelect = false,
-                    int imageId = -1);
+                    int imageId = NO_IMAGE);
 
     void AddPageInfo( wxNotebookPageInfo* info ) { AddPage( info->GetPage() , info->GetText() , info->GetSelected() , info->GetImageId() ) ; }
     const wxNotebookPageInfoList& GetPageInfos() const ;
@@ -145,7 +145,7 @@ public:
     // callbacks
     // ---------
     void OnSize(wxSizeEvent& event);
-    void OnSelChange(wxNotebookEvent& event);
+    void OnSelChange(wxBookCtrlEvent& event);
     void OnNavigationKey(wxNavigationKeyEvent& event);
 
     // base class virtuals