From 7f1494e3f4b335c61b579c0568538ec83e6d30ee Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 3 Mar 2000 22:36:04 +0000 Subject: clarify svn path=/trunk/; revision=2031 --- doc/white-papers/widgets/e-table.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doc/white-papers/widgets') diff --git a/doc/white-papers/widgets/e-table.sgml b/doc/white-papers/widgets/e-table.sgml index 0a52ecbb51..3b3cfa4623 100644 --- a/doc/white-papers/widgets/e-table.sgml +++ b/doc/white-papers/widgets/e-table.sgml @@ -92,11 +92,12 @@ The view column does not necessarily depend on only one model column. In some cases, the view column renderer can be given a reference to another model column to get extra information about - its display. For example, to display deleted messages with a - line through them, you would create a model column with no view - column corresponding to whether the message is deleted, and then - you would tell the text column to strikethrough the display if - that column had a value corresponding to deleted. + its display. For example, a mail program could display deleted + messages with a line through them by creating a model column + with no corresponding view column that told whether or not the + message is deleted, and then having the text column + strikethrough the display if the invisible column had a value + corresponding to "deleted". -- cgit v1.2.3