]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
Solved problem with wxhInstance name being mangled by MSVC; wxGetInstance is now...
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 2d10456907b19da7d0f62d856c8cc26f4ee9afb4..d8c772d7a0798068bd3f7e738af4126a682274dc 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"
@@ -127,6 +130,9 @@ public:
 
   void OnNavigationKey(wxNavigationKeyEvent& event);
 
+    // overridden from wxWindow to make tabbing work  
+  void SetFocus();
+
   // implementation
 
   void SetConstraintSizes(bool recurse);
@@ -150,5 +156,7 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
+#endif
+
 #endif
     // __GTKNOTEBOOKH__