When setting empty string as a tooltip, call gtk_widget_set_has_tooltip() with FALSE...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 23 Sep 2010 12:55:22 +0000 (12:55 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 23 Sep 2010 12:55:22 +0000 (12:55 +0000)
commit614a87dffe4b79d3d5462c20a652d3f22fc72ce4
tree81c895a00ce6b916dde89a21406b809904698e71
parent9e48865ca16388a708a24d0a83cc09bbadfebd84
When setting empty string as a tooltip, call gtk_widget_set_has_tooltip() with FALSE to remove the tooltip. This will bring wxGTK behavior in line with wxMSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp