factor/basis/ui/gadgets/tables/tables-docs.factor

10 lines
378 B
Factor
Raw Normal View History

2009-01-07 00:30:08 -05:00
USING: help.markup help.syntax ;
IN: ui.gadgets.tables
ARTICLE: "ui.gadgets.tables" "Table gadgets"
"The " { $vocab-link "ui.gadgets.tables" } " vocabulary implements table gadgets. Table gadgets display a grid of values, with each row's columns generated by a renderer object."
{ $subsection table }
"Creating new tables:"
{ $subsection <table> } ;
ABOUT: "ui.gadgets.tables"