#pragma implementation "toolbar.h"
#endif
-// For compilers that support precompilation, includes "wx.h".
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
-#ifndef WX_PRECOMP
-#include "wx.h"
-#endif
-
+#include "wx/wx.h"
#include "wx/toolbar.h"
#if !USE_SHARED_LIBRARY
tool->m_enabled = enable;
// TODO enable button
}
- }
}
void wxToolBar::ToggleTool(int toolIndex, bool toggle)