Handbook
Glossary
gesture>tooltip ( gesture -- str/f )
Vocabulary
ui
.
gadgets
.
buttons
Inputs
gesture
an
object
Outputs
str/f
an
object
Definition
USING:
kernel
sequences
ui.gestures
;
IN:
ui.gadgets.buttons
:
gesture>tooltip
( gesture -- str/f )
gesture>string
dup
[
"Shortcut: "
prepend
]
when
;