Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selection changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Nov 2012 17:15:08 +0000 (17:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Nov 2012 17:15:08 +0000 (17:15 +0000)
commit84605707d116d42c3fc3dba931786bc55bbdc1d8
tree3cb328a5e9d07c295c2aad3f99d13e26ae3fb336
parent0d6f66f45cfd1a912440e173c04f549ccff87e62
Added wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selection changes.

This makes it much simpler to react to the changes in the control, update the
sample to show it.

Closes #14792.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/dirctrlg.h
interface/wx/dirctrl.h
samples/widgets/dirctrl.cpp
src/generic/dirctrlg.cpp