Moved toolbar docs
parent
355e14cb5b
commit
9f8736c13c
|
@ -1,5 +1,5 @@
|
|||
USING: help.markup help.syntax ui.gadgets ui.gadgets.labels
|
||||
ui.pens kernel models classes ;
|
||||
ui.gadgets.toolbar ui.pens kernel models classes ;
|
||||
IN: ui.gadgets.buttons
|
||||
|
||||
HELP: button
|
||||
|
@ -42,10 +42,6 @@ HELP: <command-button>
|
|||
{ $values { "target" object } { "gesture" "a gesture" } { "command" "a command" } { "button" "a new " { $link button } } }
|
||||
{ $description "Creates a " { $link <border-button> } " which invokes the command on " { $snippet "target" } " when clicked." } ;
|
||||
|
||||
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 each class in " { $snippet "classes" } "." } ;
|
||||
|
||||
ARTICLE: "ui.gadgets.buttons" "Button gadgets"
|
||||
"The " { $vocab-link "ui.gadgets.buttons" } " vocabulary implements buttons. Buttons respond to mouse clicks by invoking a quotation."
|
||||
{ $subsections button }
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
USING: help.markup help.syntax ui.gadgets ui.gadgets.buttons
|
||||
ui.gadgets.labels ui.pens kernel models classes ;
|
||||
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 each class in " { $snippet "classes" } "." } ;
|
||||
|
||||
ABOUT: "ui.gadgets.toolbar"
|
Loading…
Reference in New Issue