factor/basis/ui/gadgets/toolbar/toolbar-docs.factor

8 lines
407 B
Factor
Raw Normal View History

2015-08-16 13:46:28 -04:00
USING: help.markup help.syntax kernel ui.gadgets
ui.gadgets.buttons ;
2015-07-29 11:30:48 -04:00
IN: ui.gadgets.toolbar
HELP: <toolbar>
{ $values { "target" object } { "toolbar" gadget } }
{ $description "Creates a row of " { $link <command-button> } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of the " { $snippet "target" } "'s class." } ;