Moved wxToolBarSimple to deprecated library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-17 10:20:08 +00:00
parent 1d42ad9a21
commit 8a82c9ecc9
26 changed files with 195 additions and 338 deletions

View File

@@ -49,8 +49,11 @@
#endif
#define wxUSE_WX_RESOURCES 1
// Use simple, generic toolbar
#ifdef wxUSE_TOOLBAR_SIMPLE
#undef wxUSE_TOOLBAR_SIMPLE
#endif
#define wxUSE_TOOLBAR_SIMPLE 1
#ifdef WXMAKINGDLL_DEPRECATED