projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added © -> (c) conversion in html docs
[wxWidgets.git]
/
src
/
gtk1
/
tooltip.cpp
diff --git
a/src/gtk1/tooltip.cpp
b/src/gtk1/tooltip.cpp
index 2e400fe04d6d6ce2a6eb3ab981444e83e08a33f0..a80317beeb41a896708b1793399677af59930a1b 100644
(file)
--- a/
src/gtk1/tooltip.cpp
+++ b/
src/gtk1/tooltip.cpp
@@
-99,9
+99,11
@@
void wxToolTip::Enable( bool flag )
void wxToolTip::SetDelay( long msecs )
{
- if (!ss_tooltips) return;
+ if (!ss_tooltips)
+ return;
- gtk_tooltips_set_delay( ss_tooltips, msecs );
+ gtk_tooltips_set_delay( ss_tooltips,
(int)
msecs );
}
+
#endif