diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-06-23 15:19:11 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-06-23 15:19:11 +0800 |
commit | 29a313c41efa7844952000a88d772af11fbb6f37 (patch) | |
tree | c0d0837717182506a660c444cc9f2161548fe579 /widgets/e-table/ChangeLog | |
parent | 642d8b228a1e2207b921dc22508e9ffed888b877 (diff) | |
download | gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar.gz gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar.bz2 gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar.lz gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar.xz gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.tar.zst gsoc2013-evolution-29a313c41efa7844952000a88d772af11fbb6f37.zip |
use the expanded/unexpanded pixbufs as node pixbufs for the first level of
2000-06-23 Chris Toshok <toshok@helixcode.com>
* e-tree-example-1.c (create_tree): use the expanded/unexpanded
pixbufs as node pixbufs for the first level of children, to test
the drawing.
* e-tree-model.c (e_tree_model_node_get_closed_pixbuf): new function.
(e_tree_model_node_get_opened_pixbuf): same.
(e_tree_model_node_insert): add opened/closed pixbuf argument.
(e_tree_model_node_insert_before): same.
* e-tree-model.h: add prototypes for opened/closed pixbuf
accessors, and add them to the e_tree_model_node_insert_* calls.
* e-cell-tree.c (ect_draw): add opened/closed pixbuf drawing per node.
svn path=/trunk/; revision=3706
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index c8cac20b3f..f55db41bb6 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,19 @@ +2000-06-23 Chris Toshok <toshok@helixcode.com> + + * e-tree-example-1.c (create_tree): use the expanded/unexpanded + pixbufs as node pixbufs for the first level of children, to test + the drawing. + + * e-tree-model.c (e_tree_model_node_get_closed_pixbuf): new function. + (e_tree_model_node_get_opened_pixbuf): same. + (e_tree_model_node_insert): add opened/closed pixbuf argument. + (e_tree_model_node_insert_before): same. + + * e-tree-model.h: add prototypes for opened/closed pixbuf + accessors, and add them to the e_tree_model_node_insert_* calls. + + * e-cell-tree.c (ect_draw): add opened/closed pixbuf drawing per node. + 2000-06-22 Christopher James Lahey <clahey@helixcode.com> * e-table.c: Make the table not move around as you resize. |