Handbook
Glossary
show-row-summary ( table n -- )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
n
an
object
Outputs
None
Definition
USING:
accessors
kernel
ui.gadgets.status-bar
ui.gadgets.tables
ui.gadgets.worlds
;
IN:
ui.gadgets.tables.private
:
show-row-summary
( table n -- )
over
nth-row
[
swap
[
renderer>>
row-summary
]
keep
show-summary
]
[
drop
hide-status
]
if
;