From 783b82913b7e7191d4c575fe725c91c911a45239 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Aug 2018 00:21:02 +0200 Subject: [PATCH] Mention wxTL_NO_HEADER in wxTreeListCtrl documentation too This style was documented in the global scope, but not in the class description where it would be expected to be found. --- interface/wx/treelist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/wx/treelist.h b/interface/wx/treelist.h index e66d5b7247..71b368ba84 100644 --- a/interface/wx/treelist.h +++ b/interface/wx/treelist.h @@ -212,6 +212,9 @@ extern const wxTreeListItem wxTLI_LAST; @style{wxTL_USER_3STATE} Same as wxTL_3STATE but the user can also set the checkboxes to the undetermined state. Implies wxTL_3STATE. + @style{wxTL_NO_HEADER} + Don't show the column headers, that are shown by default. Notice that + this style is only available since wxWidgets 2.9.5. @style{wxTL_DEFAULT_STYLE} Style used by the control by default, just wxTL_SINGLE currently. @endStyleTable