diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-12 16:41:20 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-12 16:41:20 +0800 |
commit | 43fd06f8ec06257cbd135b03c5e203dfcd134fd4 (patch) | |
tree | 2053caff6b2865f07df3fd1c7793024e79686fae /widgets/sample.table | |
parent | 15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1 (diff) | |
download | gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.gz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.bz2 gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.lz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.xz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.zst gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.zip |
More table work
svn path=/trunk/; revision=1383
Diffstat (limited to 'widgets/sample.table')
-rw-r--r-- | widgets/sample.table | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/sample.table b/widgets/sample.table new file mode 100644 index 0000000000..2cb09d7f1f --- /dev/null +++ b/widgets/sample.table @@ -0,0 +1,8 @@ +Col1 Col2 Address Title Dorks +c1.a c2.a a.a tit-1 DorkA +c1.b c2.b a.b tit-2 DDork +c1.c c2.c a.c tit-1 DorkB +c1.d c2.d a.d tit-2 ADork +c1.e c2.e a.e tit-1 DorkC +c1.f c2.f a.f tit-2 UDork + |