Handbook
Glossary
row-column-widths ( table row -- widths )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
row
an
object
Outputs
widths
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
ui.gadgets.tables.private
:
row-column-widths
( table row -- widths )
[
font>>
]
dip
[
cell-dim
nip
+
]
with
map
;