]> git.saurik.com Git - wxWidgets.git/commit - include/wx/msw/listctrl.h
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compat...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Apr 2009 13:00:40 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Apr 2009 13:00:40 +0000 (13:00 +0000)
commitb18e2046af6c8eaf6e867ba18dd9410dbd7dfcf7
treeaa75c1d4c6ed9624e5e214041b1963b40530a0ab
parentbd5d8ac1b57451c93268853130016c82aa0a0699
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
docs/changes.txt
include/wx/generic/listctrl.h
include/wx/generic/private/listctrl.h
include/wx/listbase.h
include/wx/msw/listctrl.h
include/wx/osx/listctrl.h
interface/wx/listctrl.h
samples/listctrl/listtest.cpp
src/generic/filectrlg.cpp
src/generic/listctrl.cpp
src/msw/listctrl.cpp
src/osx/carbon/listctrl_mac.cpp