From cc72cde0ea8a1b8301acee96a1455926c2f9310d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 4 Jan 2011 11:30:40 +0000 Subject: [PATCH] Mention that wxDV_ROW_LINES is not implemented in the generic version. wxDV_ROW_LINES is currently only supported by the native implementations of wxDataViewCtrl. See #12834. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dataview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index 0cf1145d1e..fef9f43452 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -667,6 +667,8 @@ public: 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. @style{wxDV_HORIZ_RULES} Display fine rules between row if supported. @style{wxDV_VERT_RULES} -- 2.50.0