Use ListView_CancelEditLabel() to implement wxListCtrl::EndEditLabel().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 May 2010 13:17:25 +0000 (13:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 May 2010 13:17:25 +0000 (13:17 +0000)
commit417b8fcc49295f5c4e33d0ea1b706da87085db08
treeb040eb631040ecbab4a6125eb00d5bd2a08ba301
parentf2b504977dce8d0d74036b937c7e1372d31fe3a6
Use ListView_CancelEditLabel() to implement wxListCtrl::EndEditLabel().

Windows XP and later finally added a special message to cancel label editing,
use it if available.

Also improve the documentation of this method.

See #7663.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/listctrl.h
src/msw/listctrl.cpp