Handbook
Glossary
show-mouse-help ( table -- )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
Outputs
None
Definition
USING:
accessors
kernel
ui.gadgets
;
IN:
ui.gadgets.tables.private
:
show-mouse-help
( table -- )
[
swap
[
>>mouse-index
relayout-1
]
[
show-row-summary
]
2bi
]
[
hide-mouse-help
]
if-mouse-row
;