]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Fix deleting and clearing wxTreeListCtrl columns.
[wxWidgets.git] / include / wx / univ / setup0.h
index 4407173b17149924218b99d481b72096e4b7a786..b47c7d8f2753333d97fd8abb7cadb8bbc55c4974 100644 (file)
 #define wxUSE_TEXTCTRL      1   // wxTextCtrl
 #define wxUSE_TOGGLEBTN     1   // requires wxButton
 #define wxUSE_TREECTRL      1   // wxTreeCtrl
+#define wxUSE_TREELISTCTRL  1   // wxTreeListCtrl
 
 // Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
 // below either wxStatusBar95 or a generic wxStatusBar will be used.