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

13 lines
465 B
Factor
Raw Normal View History

2009-02-16 02:10:21 -05:00
USING: help.markup help.syntax ui.commands ;
2009-01-07 00:30:08 -05:00
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."
2009-02-16 02:10:21 -05:00
{ $command-map table "row" }
"The class of tables:"
2009-01-07 00:30:08 -05:00
{ $subsection table }
2009-02-16 02:10:21 -05:00
{ $subsection table? }
2009-01-07 00:30:08 -05:00
"Creating new tables:"
{ $subsection <table> } ;
ABOUT: "ui.gadgets.tables"