Handbook
Glossary
new-table ( rows renderer class -- table )
Vocabulary
ui
.
gadgets
.
tables
Inputs
rows
an
object
renderer
an
object
class
an
object
Outputs
table
an
object
Definition
USING:
accessors
colors
fonts
kernel
models
ui.gadgets.line-support
ui.theme
;
IN:
ui.gadgets.tables
:
new-table
( rows renderer class -- table )
new-line-gadget
swap
>>renderer
swap
>>model
sans-serif-font
>>font
focus-border-color
>>focus-border-color
transparent
>>column-line-color
f
<model>
>>selection-index
f
<model>
>>selection
;