]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statline.cpp
Implemented tearoff menus, please see my posting to wxwin-developers.
[wxWidgets.git] / src / gtk / statline.cpp
index 572edb0b1da85fb3963266281295e7881cd2dcdc..eb9374713cb9e440b858625bc242ddeb13500467 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "wx/statline.h"
 
+#if wxUSE_STATLINE
+
 #include "gdk/gdk.h"
 #include "gtk/gtk.h"
 
@@ -55,3 +57,4 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
     return TRUE;
 }
 
+#endif
\ No newline at end of file