]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/tools/interactor/interactor-docs.factor
Fix permission bits
[factor.git] / basis / ui / tools / interactor / interactor-docs.factor
1 USING: ui.gadgets ui.gadgets.editors listener io help.syntax
2 help.markup ;
3 IN: ui.tools.interactor
4
5 HELP: interactor
6 { $class-description "An interactor is an " { $link editor } " intended to be used as the input component of a " { $link "ui-listener" } "."
7 $nl
8 "Interactors are created by calling " { $link <interactor> } "."
9 $nl
10 "Interactors implement the " { $link stream-readln } ", " { $link stream-read } " and " { $link read-quot } " generic words." } ;