new native toolbar implementation (turned off by default, not supporting embedded controls yet)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-07-27 14:53:12 +00:00
parent 77380b5cba
commit e56d25204f
5 changed files with 787 additions and 202 deletions

View File

@@ -1098,6 +1098,11 @@
// Set to 0 for no libmspack
#define wxUSE_LIBMSPACK 0
// native toolbar does not support embedding controls yet, please test by setting to 1
#define wxMAC_USE_NATIVE_TOOLBAR 0
#endif
// _WX_SETUP_H_