Handbook
Glossary
update-status ( table -- )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
ui.gadgets.tables.private
:
update-status
( table -- )
dup
mouse-index>>
[
dup
selection-index>>
value>>
]
unless*
show-row-summary
;