]> git.saurik.com Git - wxWidgets.git/commit
Implement wxDV_ROW_LINES for generic wxDataViewCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2012 22:19:04 +0000 (22:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Feb 2012 22:19:04 +0000 (22:19 +0000)
commit4bdc891f548dce13863001de51327c7f9abaea0d
treea366c471ea85c55f6421d7d57aa3de191580649e
parent8b6af8eedd57db58f1963e9f904d53820475857d
Implement wxDV_ROW_LINES for generic wxDataViewCtrl.

Provide wxDataViewCtrl::SetAlternateRowColour() to specify the colour to use
for odd rows explicitly but determine it automatically from the background
colour if no explicit colour was specified.

Closes #12834.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/dataview.h
src/generic/datavgen.cpp