Handbook
Glossary
thin-row-rect ( table row -- rect )
Vocabulary
ui
.
gadgets
.
tables
.
private
Inputs
table
an
object
row
an
object
Outputs
rect
an
object
Definition
USING:
accessors
math.vectors
;
IN:
ui.gadgets.tables.private
:
thin-row-rect
( table row -- rect )
row-rect
[
{
0 1
}
v*
]
change-dim
;