Adds a button to the toolbar.
public final void addButton( ToolBarButton button )
button
A ToolbarButton object that specifies the button to add.
If the toolbar already contains buttons, the object specified in the button parameter is added to the end of the button list.
See Also removeButton