]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/tables/tables-docs.factor
colors: merge colors.constants and colors.hex.
[factor.git] / basis / ui / gadgets / tables / tables-docs.factor
index d99b236cc2d98330db534ba3e764b277d2458f35..a2e9bf19466614eec83afc2129ec3f150eed2311 100644 (file)
@@ -53,7 +53,7 @@ ARTICLE: "ui.gadgets.tables.config" "Table gadget configuration"
 } ;
 
 ARTICLE: "ui.gadgets.tables.example" "Table gadget example"
-"The " { $vocab-link "color-table" } " vocabulary implements a simple application which demonstrates table gadgets. It lists all the colors in the " { $snippet "rgb.txt" } " database shipped with " { $vocab-link "colors.constants" } " in a table. Rows are highlighted with their actual color, and columns show the red, green, and blue components. Column titles are supplied." ;
+"The " { $vocab-link "color-table" } " vocabulary implements a simple application which demonstrates table gadgets. It lists all the colors in the " { $snippet "rgb.txt" } " database shipped with " { $vocab-link "colors" } " in a table. Rows are highlighted with their actual color, and columns show the red, green, and blue components. Column titles are supplied." ;
 
 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."