Enable wxListCtrl in report mode to be able to use images in other
authorRobin Dunn <robin@alldunn.com>
Tue, 17 Jan 2006 02:13:06 +0000 (02:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 17 Jan 2006 02:13:06 +0000 (02:13 +0000)
commit05886ed3f2c96ea7bb736ee59ff7912ace1f4c17
treee755eab3cdb48aa8778364da1a5878f75cd2c322
parent13ff24850636a90279de64cf5784b08aec510231
Enable wxListCtrl in report mode to be able to use images in other
columns, if ComCtl32 >= 470.  All it needed was to add the
LVS_EX_SUBITEMIMAGES style, everything else was already in place, and
the generic control already supports it too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/missing.h
src/msw/listctrl.cpp