map-doc-lines ( ... from to quot: ( ... line -- ... result ) -- ... results )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » Documents

Prev:each-doc-line ( ... from to quot: ( ... line -- ... ) -- ... )
Next:Document locations


Vocabulary
documents

Inputs
froman object
toan object
quota quotation with stack effect ( ... line -- ... result )


Outputs
resultsan object


Definition


: map-doc-lines
( ... from to quot: ( ... line -- ... result ) -- ... results )
collector [ each-doc-line ] dip ; inline