Handbook
Glossary
invoke-presentation ( presentation command -- )
Vocabulary
ui
.
gadgets
.
presentations
Inputs
presentation
a
presentation
command
a command
Outputs
None
Word description
Calls the
hook
and then invokes the command on the
object
.
See also
invoke-primary
,
invoke-secondary
Definition
USING:
accessors
combinators
kernel
ui.commands
;
IN:
ui.gadgets.presentations
:
invoke-presentation
( presentation command -- )
[
[
dup
hook>>
( presentation -- )
call-effect
]
[
object>>
]
bi
]
dip
invoke-command
;