projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4...
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
chkconf.h
diff --git
a/include/wx/mac/carbon/chkconf.h
b/include/wx/mac/carbon/chkconf.h
index b25cafaddf2cbdade5481f720ca094e5d9e8a8ea..f9c630775e34105c0e0f39d387ce321a00075655 100644
(file)
--- a/
include/wx/mac/carbon/chkconf.h
+++ b/
include/wx/mac/carbon/chkconf.h
@@
-34,6
+34,14
@@
#define wxMAC_USE_CORE_GRAPHICS 0
#endif
+/*
+ * native (1) or emulated (0) toolbar
+ */
+
+#ifndef wxMAC_USE_NATIVE_TOOLBAR
+ #define wxMAC_USE_NATIVE_TOOLBAR 0
+#endif
+
#endif
/* _WX_MAC_CHKCONF_H_ */