added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMe...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2004 12:39:04 +0000 (12:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2004 12:39:04 +0000 (12:39 +0000)
commit9a63feff3a93d9d9dc36f155d3a5c3a36cb922f0
tree99a6456aa3f3da09aeca52b1a8a295cc0f36c74f
parent7aad0bf32e6b59c360fa3144a844cf0a62a1a429
added wxSetCCUnicodeFormat() and use it in wxTreeCtrl/wxToolBar; also replaced SendMessage(LVM_SETUNICODEFORMAT) with a call to it in wxListCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/wrapcctl.h
src/msw/listctrl.cpp
src/msw/tbar95.cpp
src/msw/treectrl.cpp