X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39d2f9a7c866338762ca974209219f40d4420af6..26dddf6c3455f95bef2dcb2a0a514fa0558b50ab:/include/wx/toolbar.h diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index c2ba87c44a..4e1a581f47 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -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