From 04fbcdab72315e18039a3f81e1bb4108473d19c9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Feb 2016 14:13:17 +0100 Subject: [PATCH] Update documentation of wxDV_ROW_LINES style It does work in the generic version too since 4bdc891f548dce13863001de51327c7f9abaea0d (see #12834), so don't say it doesn't. --- interface/wx/dataview.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 9a5dd9b652..788820f4a3 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -836,9 +836,7 @@ wxEventType wxEVT_DATAVIEW_ITEM_DROP; @style{wxDV_MULTIPLE} Multiple selection mode. @style{wxDV_ROW_LINES} - Use alternating colours for rows if supported by platform and theme. - Currently only supported by the native GTK and OS X implementations - but not by the generic one. + Use alternating colours for odd and even rows. @style{wxDV_HORIZ_RULES} Display the separator lines between rows. @style{wxDV_VERT_RULES}