From: Stefan Csomor Date: Wed, 27 Jul 2005 15:02:04 +0000 (+0000) Subject: new native toolbar implementation (turned off by default, not supporting embedded... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/db12374b74cd88666f0f37b6a27828009ae7e34e new native toolbar implementation (turned off by default, not supporting embedded controls yet) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index b25cafaddf..f9c630775e 100644 --- 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_ */