1 USING: help.markup help.syntax models
2 ui.gadgets ui.gadgets.worlds ;
3 IN: ui.gadgets.status-bar
6 { $values { "model" model } { "gadget" "a new " { $link gadget } } }
7 { $description "Creates a new " { $link gadget } " displaying the model value, which must be a string or " { $link f } "." }
8 { $notes "If the " { $snippet "model" } " is " { $snippet "status" } ", this gadget will display mouse over help for " { $link "ui.gadgets.presentations" } "." } ;