PLEASE CHECK valgen.cpp: I had to insert a #include <wx/wx.h> to make it compile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1642
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/intl.h"
+#include "wx/wx.h"
#endif
#include "wx/spinbutt.h"
#pragma implementation "tooltip.h"
#endif
+#ifdef wxUSE_TOOLTIPS
+
#include "wx/window.h"
#include "wx/tooltip.h"
gtk_tooltips_set_delay( ss_tooltips, msecs );
}
+#endif
#pragma implementation "tooltip.h"
#endif
+#ifdef wxUSE_TOOLTIPS
+
#include "wx/window.h"
#include "wx/tooltip.h"
gtk_tooltips_set_delay( ss_tooltips, msecs );
}
+#endif