30 void AddTool(
const cbTool* tool,
bool save =
true);
31 void InsertTool(
int position,
const cbTool* tool,
bool save =
true);
32 void RemoveToolByIndex(
int index);
33 cbTool* GetToolByMenuId(
int id);
34 cbTool* GetToolByIndex(
int index);
36 void BuildToolsMenu(
wxMenu* menu);
61 #endif // TOOLSMANAGER_H int Execute(const wxString &command)
A generic Code::Blocks event.