From 422046cc58a534f6916205f282cc6b50a98eeb95 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 23 Jun 2000 07:47:37 +0000 Subject: add icon_at virtual function - it was stupid to make the insert call take 2000-06-23 Chris Toshok * e-tree-model.h, e-tree-model.c: add icon_at virtual function - it was stupid to make the insert call take 2 pixbufs. the model should give this information. * e-cell-tree.c: get rid of the opened/closed pixbuf stuff. call e_tree_model_icon_of_node. * e-tree-example-1.c: add my_icon_at. * e-tree-simple.c (simple_icon_at): new function (e_tree_simple_new): add icon_at parameter. * e-tree-simple.h: add SimpleIconAtFn. svn path=/trunk/; revision=3707 --- widgets/e-table/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index f55db41bb6..a906dd91f2 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,19 @@ +2000-06-23 Chris Toshok + + * e-tree-model.h, e-tree-model.c: add icon_at virtual function - + it was stupid to make the insert call take 2 pixbufs. the model + should give this information. + + * e-cell-tree.c: get rid of the opened/closed pixbuf stuff. call + e_tree_model_icon_of_node. + + * e-tree-example-1.c: add my_icon_at. + + * e-tree-simple.c (simple_icon_at): new function + (e_tree_simple_new): add icon_at parameter. + + * e-tree-simple.h: add SimpleIconAtFn. + 2000-06-23 Chris Toshok * e-tree-example-1.c (create_tree): use the expanded/unexpanded -- cgit v1.2.3