]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dataview.h
Added initial OS X implementation of the wxDataViewCtrl
[wxWidgets.git] / include / wx / mac / dataview.h
diff --git a/include/wx/mac/dataview.h b/include/wx/mac/dataview.h
new file mode 100644 (file)
index 0000000..8c19056
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#  error "Native wxDataViewCtrl for classis environment not defined. Please use generic control."
+#else
+#  include "wx/mac/carbon/dataview.h"
+#endif
\ No newline at end of file