changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 30 May 2007 13:50:36 +0000 (13:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 30 May 2007 13:50:36 +0000 (13:50 +0000)
commit6e5f6c7c609dd0b478b95df672af4093a7a5b3ac
treebdeba0e37b9332aea0558e96c281806e91f0c265
parent13e24d79876b78545ba300e6b6871bc47af60848
changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/listbox.h
include/wx/gtk/radiobox.h
include/wx/gtk/tooltip.h
include/wx/gtk/window.h
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/tooltip.cpp
src/gtk/window.cpp