// Name: ribbon/toolbar.h
// Purpose: interface of wxRibbonToolBar
// Author: Peter Cawley
-// RCS-ID: $Id$
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
@param pos
Position of the new tool (number of tools and separators from the
- begining of the toolbar).
+ beginning of the toolbar).
@param tool_id
ID of the new tool (used for event callbacks).
@param bitmap
/**
This function behaves like DeleteTool() but it deletes the tool at the
specified position and not the one with the given id.
- Usefull to delete separators.
+ Useful to delete separators.
@since 2.9.4
*/