Handbook
Glossary
show-mouse-help ( presentation -- )
Vocabulary
ui
.
gadgets
.
presentations
Inputs
presentation
a
presentation
Outputs
None
Word description
Displays a
summary
of the
object
in the status bar of the
world
containing this presentation. This word is executed when the mouse enters the presentation.
See also
<status-bar>
,
show-status
,
show-summary
,
hide-status
Definition
USING:
accessors
kernel
ui.gadgets.buttons
ui.gadgets.status-bar
;
IN:
ui.gadgets.presentations
:
show-mouse-help
( presentation -- )
[
[
object>>
]
keep
show-summary
]
[
button-update
]
bi
;