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
This commit is contained in:
Stefan Csomor 2005-07-27 15:02:04 +00:00
parent e56d25204f
commit db12374b74

View File

@ -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_ */