projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed wxString::FromAscii signature
[wxWidgets.git]
/
src
/
gtk
/
tooltip.cpp
diff --git
a/src/gtk/tooltip.cpp
b/src/gtk/tooltip.cpp
index a02aedd620a83c10796f72b26b67d30f3a3198cb..08f55c48f4c30e40c03d13fbacf2cb3f71e33d58 100644
(file)
--- a/
src/gtk/tooltip.cpp
+++ b/
src/gtk/tooltip.cpp
@@
-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