factor/extra/ui/tools/interactor/interactor-docs.factor

10 lines
465 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: ui.tools.interactor ui.gadgets ui.gadgets.editors
listener io help.syntax help.markup ;
HELP: interactor
{ $class-description "An interactor is an " { $link editor } " intended to be used as the input component of a " { $link "ui-listener" } "."
$nl
"Interactors are created by calling " { $link <interactor> } "."
$nl
"Interactors implement the " { $link stream-readln } ", " { $link stream-read } " and " { $link parse-interactive } " generic words." } ;