aboutsummaryrefslogtreecommitdiffstats
path: root/doc/white-papers
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-03-04 06:36:04 +0800
committerDan Winship <danw@src.gnome.org>2000-03-04 06:36:04 +0800
commit7f1494e3f4b335c61b579c0568538ec83e6d30ee (patch)
tree928ba5ea2d908dbd2353c2dd506392fcb59f029a /doc/white-papers
parent41694524a6b39908c8c7a5e298f252c488416afd (diff)
downloadgsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar.gz
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar.bz2
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar.lz
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar.xz
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.tar.zst
gsoc2013-evolution-7f1494e3f4b335c61b579c0568538ec83e6d30ee.zip
clarify
svn path=/trunk/; revision=2031
Diffstat (limited to 'doc/white-papers')
-rw-r--r--doc/white-papers/widgets/e-table.sgml11
1 files changed, 6 insertions, 5 deletions
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".
</para>
<para>