]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/tbargtk.h
*** empty log message ***
[wxWidgets.git] / include / wx / gtk / tbargtk.h
index 39545eb984255743e3dda278ee51534246a29b36..5a6f17415dcdcec6781685ab80b6e1e6affbdc17 100644 (file)
@@ -15,6 +15,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_TOOLBAR
+
 #include "wx/control.h"
 #include "wx/bitmap.h"
 #include "wx/tbarbase.h"
@@ -119,5 +122,7 @@ class wxToolBar: public wxControl
     bool          m_hasToolAlready;
 };
 
+#endif
+
 #endif
     // __TBARGTKH__