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:
@@ -34,6 +34,14 @@
|
|||||||
#define wxMAC_USE_CORE_GRAPHICS 0
|
#define wxMAC_USE_CORE_GRAPHICS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* native (1) or emulated (0) toolbar
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef wxMAC_USE_NATIVE_TOOLBAR
|
||||||
|
#define wxMAC_USE_NATIVE_TOOLBAR 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* _WX_MAC_CHKCONF_H_ */
|
/* _WX_MAC_CHKCONF_H_ */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user