#endif
#if wxUSE_BUTTONBAR && wxUSE_TOOLBAR
+
#include "wx/tbarbase.h"
-WXDLLEXPORT_DATA(extern const char*) wxButtonBarNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxButtonBarNameStr;
class WXDLLEXPORT wxMemoryDC;
// The button size is bigger than the bitmap size
wxSize GetToolSize(void) const;
- void Layout(void);
+ void LayoutTools();
// The post-tool-addition call
bool Realize() { Layout(); return TRUE; };