]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
commdlg.lib is not in evc3
[wxWidgets.git] / include / wx / notebook.h
index ef5419d80747412afbd8534e5868d1f3597b328e..4264acdf562b661854fd6bbab03a36e50d00ea7c 100644 (file)
@@ -86,7 +86,6 @@ public:
 
     // implement some base class functions
     virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const;
-    virtual bool CanApplyParentThemeBackground() const { return true; }
 
 protected:
     DECLARE_NO_COPY_CLASS(wxNotebookBase)
@@ -149,7 +148,7 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
 #elif defined(__WXMAC__)
     #include  "wx/mac/notebook.h"
 #elif defined(__WXCOCOA__)
-    #include  "wx/generic/notebook.h"
+    #include  "wx/cocoa/notebook.h"
 #elif defined(__WXPM__)
     #include  "wx/os2/notebook.h"
 #endif