Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2012 02:33:23 +0000 (02:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 Dec 2012 02:33:23 +0000 (02:33 +0000)
commit0ee169da2b0688749a2e119099f9c7eeb23c933e
tree5c6d7438d59fd74a6016a79803f9042c25831492
parent87f0b1323b7ac77f02133b836c8dfee63b0fd387
Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour().

Add methods to simply enable alternative row background colours in wxListCtrl.

Closes #14618.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/changes.txt
include/wx/generic/listctrl.h
include/wx/listbase.h
include/wx/msw/listctrl.h
include/wx/osx/listctrl.h
interface/wx/listctrl.h
samples/listctrl/listtest.cpp
samples/listctrl/listtest.h
src/common/listctrlcmn.cpp
src/generic/listctrl.cpp
src/msw/listctrl.cpp
src/os2/listctrl.cpp
src/osx/carbon/listctrl_mac.cpp