From bb948bbbfb3cb140cb787f41f7d1061833886876 Mon Sep 17 00:00:00 2001 From: Alexander Iljin <ajsoft@yandex.ru> Date: Thu, 11 Aug 2016 00:43:06 +0300 Subject: [PATCH] ui.gadgets.tables-docs: add row-value? to the renderer protocol --- basis/ui/gadgets/tables/tables-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basis/ui/gadgets/tables/tables-docs.factor b/basis/ui/gadgets/tables/tables-docs.factor index ccacc1cff9..7ae4fd5242 100644 --- a/basis/ui/gadgets/tables/tables-docs.factor +++ b/basis/ui/gadgets/tables/tables-docs.factor @@ -8,8 +8,9 @@ $nl { $subsections row-columns } "Renderers can also implement the following optional generic words for additional row information:" { $subsections - row-value row-color + row-value + row-value? } "The following optional generic words allow the renderer to provide some information about the display of all rows:" { $subsections