]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
1. wxAppBase class appers, wxApp in wxGTK and wxMSW modified accordingly
[wxWidgets.git] / include / wx / gtk / notebook.h
index 2d10456907b19da7d0f62d856c8cc26f4ee9afb4..3481d3016c73d5f1b20268f4ee034d48f31576b2 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_NOTEBOOK
+
 #include "wx/object.h"
 #include "wx/string.h"
 #include "wx/control.h"
@@ -150,5 +153,7 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
+#endif
+
 #endif
     // __GTKNOTEBOOKH__