Add convenient wxListCtrl::AppendColumn() wrapper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:47 +0000 (15:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:47 +0000 (15:09 +0000)
commitc23edb1b71ea45178dd9f4628ab35c3d88d2f8ec
tree8e7e2226d5c07c4950bd33701221a18593b22bca
parent94248d2ed19bb207a49cf1a5bd9bfea0fd04760b
Add convenient wxListCtrl::AppendColumn() wrapper.

In the vast majority of cases, columns are just appended to the end and not
inserted at arbitrary positions in wxListCtrl so provide a convenient wrapper
to do this, especially as it's really trivial to do it now when it can be done
only once at wxListCtrlBase level.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/listbase.h
interface/wx/listctrl.h
src/common/listctrlcmn.cpp