]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tooltip.cpp
GTK+ selects the first item initially, II
[wxWidgets.git] / src / gtk / tooltip.cpp
index a02aedd620a83c10796f72b26b67d30f3a3198cb..08f55c48f4c30e40c03d13fbacf2cb3f71e33d58 100644 (file)
@@ -95,4 +95,12 @@ void wxToolTip::SetDelay( long msecs )
     gtk_tooltips_set_delay( gs_tooltips, (int)msecs );
 }
 
+void wxToolTip::SetAutoPop( long WXUNUSED(msecs) )
+{
+}
+
+void wxToolTip::SetReshow( long WXUNUSED(msecs) )
+{
+}
+
 #endif // wxUSE_TOOLTIPS