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:
parent
e56d25204f
commit
db12374b74
@ -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_ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user