]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treelist.h
Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / interface / wx / treelist.h
index 21649a5f718fc2a318440f428ddd3446ea066539..f170e793f77409ac7b1406ab4ab4402f65534774 100644 (file)
@@ -21,6 +21,15 @@ enum
     wxTL_CHECKBOX       = 0x0002,       /// Show checkboxes in the first column.
     wxTL_3STATE         = 0x0004,       /// Allow 3rd state in checkboxes.
     wxTL_USER_3STATE    = 0x0008,       /// Allow user to set 3rd state.
+    /**
+        Don't show the column headers.
+
+        By default this control shows the column headers, using this class
+        allows to avoid this and show only the data.
+
+        @since 2.9.5
+     */
+    wxTL_NO_HEADER      = 0x0010,
 
     wxTL_DEFAULT_STYLE  = wxTL_SINGLE,
     wxTL_STYLE_MASK     = wxTL_SINGLE |