diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-06-11 13:07:13 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-06-11 13:07:13 +0800 |
commit | ab8f482b2143943ff8d33bd1b6f986e7636d0056 (patch) | |
tree | 890fb5bc02ee9e790ccd37799494ee51f42a9a8d /widgets/e-table/ChangeLog | |
parent | 57067e5c76ea8a96d05201711c83236bbdc240d7 (diff) | |
download | gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar.gz gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar.bz2 gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar.lz gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar.xz gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.tar.zst gsoc2013-evolution-ab8f482b2143943ff8d33bd1b6f986e7636d0056.zip |
supply the pixbufs here.
2000-06-10 Chris Toshok <toshok@helixcode.com>
* e-tree-example-1.c (create_tree): supply the pixbufs here.
* e-cell-tree.h: change pixbuf names to open_pixbuf/closed_pixbuf.
* e-cell-tree.c (e_cell_tree_construct): take open/closed pixbuf
parameters, and don't #include the .xpm files directly here.
(e_cell_tree_new): same.
(ect_draw): use the pixbufs from the ECellTree.
svn path=/trunk/; revision=3522
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index f99d011b05..f2caec3008 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,16 @@ 2000-06-10 Chris Toshok <toshok@helixcode.com> + * e-tree-example-1.c (create_tree): supply the pixbufs here. + + * e-cell-tree.h: change pixbuf names to open_pixbuf/closed_pixbuf. + + * e-cell-tree.c (e_cell_tree_construct): take open/closed pixbuf + parameters, and don't #include the .xpm files directly here. + (e_cell_tree_new): same. + (ect_draw): use the pixbufs from the ECellTree. + +2000-06-10 Chris Toshok <toshok@helixcode.com> + * e-cell-tree.c (ect_event): offset events before passing them to our subcell view. |