]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/tools/common/common-docs.factor
9bd62e028118f28846d2e4183b052aedf9be17dc
[factor.git] / basis / ui / tools / common / common-docs.factor
1 USING: classes help.markup help.syntax sequences ui.gadgets ui.tools.button-list ;
2 IN: ui.tools.common
3
4 HELP: set-tool-dim
5 { $values { "class" class } { "dim" sequence } }
6 { $description "Sets the preferred dimensions for instances of the given tool gadget class." } ;
7
8 HELP: with-lines
9 { $values { "track" gadget } }
10 { $description "Lines are added to the track gadget to visually demarcate its children." } ;
11
12 HELP: com-show-active-buttons
13 { $description "Mapped to a keyboard gesture to execute " { $link show-active-buttons-popup } "." } ;