Handbook
Glossary
row-action ( table -- )
Factor handbook
»
UI framework
»
Building user interfaces
»
Pre-made UI gadgets
»
Table gadgets
»
Table row actions
Vocabulary
ui
.
gadgets
.
tables
Inputs
table
an
object
Outputs
None
Definition
USING:
accessors
combinators
kernel
;
IN:
ui.gadgets.tables
:
row-action
( table -- )
dup
selected-row
[
over
action>>
( value -- )
call-effect
]
[
drop
]
if
dup
hook>>
( table -- )
call-effect
;