]> git.saurik.com Git - wxWidgets.git/commitdiff
no wxToolBarSimple
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 10:35:43 +0000 (10:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 10:35:43 +0000 (10:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index 3a3c6e9cab64fbe48b2b2b0664601ceb0c1e5552..a006bec104d8703377e79cfa142ed0fc05d70ac3 100644 (file)
  */
 #define wxUSE_TOOLBAR_NATIVE 0
 
-/*
- * Use generic wxToolBar instead of/together with the native one?
- */
-#define wxUSE_TOOLBAR_SIMPLE 0
-
-#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
-  #if wxUSE_TOOLBAR
-    #define wxUSE_BUTTONBAR 1
-  #endif
-#endif
-
 /*
  * Use wxTreeLayout class
  */