]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/gadgets/status-bar/status-bar-docs.factor
Fix permission bits
[factor.git] / basis / ui / gadgets / status-bar / status-bar-docs.factor
1 USING: help.markup help.syntax models
2 ui.gadgets ui.gadgets.worlds ;
3 IN: ui.gadgets.status-bar
4
5 HELP: <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" } "." } ;