Handbook
Glossary
invoke-secondary ( presentation -- )
Vocabulary
ui
.
gadgets
.
presentations
Inputs
presentation
a
presentation
Outputs
None
Word description
Invokes the
secondary-operation
associated to the
object
. This word is executed when a list receives a
RET
key press.
See also
invoke-presentation
,
invoke-primary
Definition
USING:
accessors
kernel
ui.operations
;
IN:
ui.gadgets.presentations
:
invoke-secondary
( presentation -- )
dup
object>>
secondary-operation
invoke-presentation
;