From b5123fb66f54f5c5019586c2042f993ae21eb0ae Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Dec 2009 11:59:55 +0000 Subject: [PATCH] Document wxDV_NO_HEADER style. Closes #11559. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62943 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 0cf1b03ab8..f42ccb9e83 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -596,6 +596,8 @@ public: @style{wxDV_VARIABLE_LINE_HEIGHT} Allow variable line heights. This can be inefficient when displaying large number of items. + @style{wxDV_NO_HEADER} + Do not show column headers (which are shown by default). @endStyleTable @beginEventEmissionTable{wxDataViewEvent} -- 2.45.2