]> git.saurik.com Git - wxWidgets.git/commitdiff
new native toolbar implementation (turned off by default, not supporting embedded...
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 27 Jul 2005 15:02:04 +0000 (15:02 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 27 Jul 2005 15:02:04 +0000 (15:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/chkconf.h

index b25cafaddf2cbdade5481f720ca094e5d9e8a8ea..f9c630775e34105c0e0f39d387ce321a00075655 100644 (file)
     #define wxMAC_USE_CORE_GRAPHICS 0
 #endif
 
     #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_ */
 
 #endif
     /* _WX_MAC_CHKCONF_H_ */