]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height)
[wxWidgets.git] / include / wx / notebook.h
index 56d91a911f7bca3216e23d340976c58ef78f9d1d..e84263f72d6d755a368bb2cb65078327880f8cd0 100644 (file)
@@ -2,7 +2,9 @@
 #define __NOTEBOOKH_BASE__
 
 #if defined(__WINDOWS__)
+  #include  "wx/msw/notebook.h"
 #elif defined(__MOTIF__)
+  #error "wxNotebook not implemented under Motif"
 #elif defined(__GTK__)
   #include  "wx/gtk/notebook.h"
 #endif