]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/tbargtk.cpp
standard icons for msg boxes
[wxWidgets.git] / src / gtk1 / tbargtk.cpp
index de244c82b1324975a8344e153b994e7c57469ee5..651c6ba0819e0ddb533f154be431c7b91e0e3602 100644 (file)
@@ -12,6 +12,9 @@
 #endif
 
 #include "wx/toolbar.h"
+
+#if wxUSE_TOOLBAR
+
 #include "wx/frame.h"
 
 #include "glib.h"
@@ -584,3 +587,4 @@ void wxToolBar::OnIdle( wxIdleEvent &WXUNUSED(ievent) )
     }
 }
 
+#endif