#endif
#if wxUSE_BUTTONBAR && wxUSE_TOOLBAR
+
#include "wx/tbarbase.h"
WXDLLEXPORT_DATA(extern const char*) wxButtonBarNameStr;
// 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; };