diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 12:13:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 12:13:14 +0800 |
commit | 4ddf8af33a9dbbdc5ce946da54ee228403ff577f (patch) | |
tree | 88c35086789edb574c1bc11270f8b7bf5c84227b /widgets/table/test-check.c | |
parent | d2fe58c56857e9e4b2e37f87174da6956b0d985c (diff) | |
download | gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.gz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.bz2 gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.lz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.xz gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.tar.zst gsoc2013-evolution-4ddf8af33a9dbbdc5ce946da54ee228403ff577f.zip |
Added test of sort arrows.
2000-02-11 Christopher James Lahey <clahey@helixcode.com>
* test-check.c: Added test of sort arrows.
* e-table-col.h, e-table-col.c: Added sort arrows for column
headers (It doesn't actually sort. It just displays the arrows.)
* e-table-header-item.c: Added display of arrows.
svn path=/trunk/; revision=1743
Diffstat (limited to 'widgets/table/test-check.c')
-rw-r--r-- | widgets/table/test-check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/test-check.c b/widgets/table/test-check.c index 86c01cf202..380da8048e 100644 --- a/widgets/table/test-check.c +++ b/widgets/table/test-check.c @@ -116,6 +116,7 @@ check_test (void) col_1 = e_table_col_new (1, "Item Name", 180, 20, cell_left_just, g_str_equal, TRUE); e_table_header_add_column (e_table_header, col_1, 1); + e_table_col_set_arrow ( col_1, E_TABLE_COL_ARROW_DOWN ); /* * GUI |