]> git.saurik.com Git - wxWidgets.git/commit
handle actions of the columns popup menu in wxHeaderCtrl itself (but the derived...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Dec 2008 22:42:37 +0000 (22:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Dec 2008 22:42:37 +0000 (22:42 +0000)
commit613de0e89efab1cbf8463ea06e0cf0b2914fbce9
tree163c8be76f957275b136daed81c22de1cf89fe5e
parentc2ee27612ac50855ac6d14a6211eaf2915636605
handle actions of the columns popup menu in wxHeaderCtrl itself (but the derived class must implement UpdateColumnVisibility()); also renamed wxHD_DRAGDROP to wxHD_ALLOW_REORDER as it will be possible to reorder columns interactively using a customization dialog and not just by dragging them soon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/headerctrl.h
interface/wx/headerctrl.h
samples/grid/griddemo.cpp
src/common/headerctrlcmn.cpp
src/generic/grid.cpp
src/msw/headerctrl.cpp