Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColumn().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:51 +0000 (15:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:51 +0000 (15:09 +0000)
commit0fb731b8bf830e2b495b2038200ab1d2444d748d
treeab82dfebf2ee1795ae2cb1fe1b5f25bdd669d708
parentc23edb1b71ea45178dd9f4628ab35c3d88d2f8ec
Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColumn().

Use the fixed default width in InsertColumn() by default for compatibility but
allow more useful behaviour in it by supporting wxLIST_AUTOSIZE_USEHEADER as
well.

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