class WXDLLEXPORT wxMemoryDC;
-WXDLLEXPORT_DATA(extern const char*) wxToolBarNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr;
WXDLLEXPORT_DATA(extern const wxSize) wxDefaultSize;
WXDLLEXPORT_DATA(extern const wxPoint) wxDefaultPosition;
virtual void SpringUpButton(int index);
- void Layout(void);
+ virtual void LayoutTools();
// The post-tool-addition call
- bool Realize() { Layout(); return TRUE; };
+ virtual bool Realize() { LayoutTools(); return TRUE; };
protected:
int m_currentRowsOrColumns;