]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Applied patch [ 1211299 ] Minor mod to wxClassInfo to improve usability
[wxWidgets.git] / include / wx / msw / setup0.h
index 5f9bf588a31f3ef112bb9272fd900115385cc64d..9dff5ecc8b3e832c429c99305cb82e8ebf3da668 100644 (file)
 #define wxUSE_TEXTCTRL     1    // wxTextCtrl
 #define wxUSE_TOGGLEBTN    1    // requires wxButton
 #define wxUSE_TREECTRL     1    // wxTreeCtrl
+#define wxUSE_DATAVIEWCTRL 1    // wxDataViewCtrl
 
 // Use a status bar class? Depending on the value of wxUSE_NATIVE_STATUSBAR
 // below either wxStatusBar95 or a generic wxStatusBar will be used.