USING: help.markup help.syntax kernel ui.gadgets ui.gadgets.buttons ; IN: ui.gadgets.toolbar HELP: { $values { "target" object } { "toolbar" gadget } } { $description "Creates a row of " { $link } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of the " { $snippet "target" } "'s class." } ;