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