]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tooltip.cpp
added wxCB_READONLY
[wxWidgets.git] / src / gtk / tooltip.cpp
index dde56c65eeb758a637cffda48f8e8c7ca426b271..f5fdd8a0f66cb36c0adbacbcdcbb50c38bef8209 100644 (file)
     #pragma implementation "tooltip.h"
 #endif
 
+#include "wx/setup.h"
+
+#if wxUSE_TOOLTIPS
+
 #include "wx/window.h"
 #include "wx/tooltip.h"
 
@@ -86,4 +90,5 @@ void wxToolTip::SetDelay( long msecs )
 
     gtk_tooltips_set_delay( ss_tooltips, msecs );
 }
+#endif