From 1c2eec1fd409b7ec7a6742684c678bcd258aec53 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 2 Oct 2000 18:02:53 +0000 Subject: reinstate file. 2000-10-02 Chris Toshok * tree-expanded.xpm: reinstate file. * tree-unexpanded.xpm: same. * e-tree-example-1.c (main): remove calls to e_cursor_*, and don't create pixbufs. let's the tree give us the defaults. * e-tree-model.c (e_tree_model_node_changed): call e_table_model_row_changed on the node's row (if it's visible). (e_tree_model_node_inserted): call e_table_model_row_inserted on the new node's row, if it's visible. (e_tree_model_node_removed): call e_table_model_row_removed on the old node's row, if it was visible. * e-cell-tree.c (e_cell_tree_construct): allow open_pixbuf and closed_pixbuf to be NULL, and default them to the xpm data in rtee-{un}expanded.xpm. (ect_destroy): call gdk_pixbuf_unref on our open/closed pixbufs. * tree-expanded.xpm, tree-unexpanded.xpm: make the + and - a little lighter than straight black. svn path=/trunk/; revision=5660 --- widgets/table/tree-unexpanded.xpm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 widgets/table/tree-unexpanded.xpm (limited to 'widgets/table/tree-unexpanded.xpm') diff --git a/widgets/table/tree-unexpanded.xpm b/widgets/table/tree-unexpanded.xpm new file mode 100644 index 0000000000..3266a67020 --- /dev/null +++ b/widgets/table/tree-unexpanded.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * tree_unexpanded_xpm[] = { +"16 16 4 1", +" c None", +". c #FFFFFF", +"* c #666666", +"+ c #000000", +" ", +" ", +" ", +" ", +" +++++++++ ", +" +.......+ ", +" +...*...+ ", +" +...*...+ ", +" +.*****.+ ", +" +...*...+ ", +" +...*...+ ", +" +.......+ ", +" +++++++++ ", +" ", +" ", +" "}; -- cgit v1.2.3