toolbar.additem

Adds a new item to a toolbar
Syntax

toolbar.additem [-q] <toolbarid> <action>

Description
Adds the specified <action> from the toolbar with the specified <toolbarid>.
If no such action exists this command does nothing (beside printing a warning unless -q is used).
If the <toolbar> parameter doesn't identify an existing toolbar then a warning is printed unless the -q switch is used.
Examples
    toolbar.create test $tr("My Toolbar")
    toolbar.additem test connect
    toolbar.additem test separator
    toolbar.additem test optionsdialog
    toolbar.show test

Index, Commands
KVIrc 3.2.0 Documentation
Generated by root at Thu Oct 20 09:26:56 2005