]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toolbar.h
Applied patch [ 819044 ] Adds MSW wxPen::GetDashCount
[wxWidgets.git] / include / wx / toolbar.h
index c2ba87c44a33d9cb846e131a987077a5662bde39..4e1a581f47d85975f8256c981d446961595e9ba8 100644 (file)
@@ -55,7 +55,9 @@ enum
 #if wxUSE_TOOLBAR
     #include "wx/tbarbase.h"     // the base class for all toolbars
 
-    #if !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__)
+    // Simple toolbar no longer available, so we will need to have
+    // a generic toolbar at some point (perhaps the wxUniv toolbar)
+    #if 0 // !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__)
         #include "wx/tbarsmpl.h"
 
         class WXDLLEXPORT wxToolBar : public wxToolBarSimple