Fixed wxDataViewCtrl::Set{Foreground,Background}Colour() to work under GTK too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 16:43:30 +0000 (16:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 16:43:30 +0000 (16:43 +0000)
commitddb44248a69593e4b12e4fb08dee7aae217c8c9a
tree14e8473610ea6c5bdf102624ec8143aff69e8450
parentbb58fa37cdee2d2b422701c0d5ffceef4d65968f
Fixed wxDataViewCtrl::Set{Foreground,Background}Colour() to work under GTK too.

Implement DoApplyWidgetStyle() in wxGTK version of wxDataViewCtrl to propagate
the main window style to the GtkTreeView which is what the user mostly sees.

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