aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/tree-unexpanded.xpm
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-03 02:02:53 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-03 02:02:53 +0800
commit1c2eec1fd409b7ec7a6742684c678bcd258aec53 (patch)
treef26b1011ae9ddb9133ba7b07b58e6806f86f05a8 /widgets/table/tree-unexpanded.xpm
parent30b11ae4f9cfd2f33044d64894292593d2aa5e45 (diff)
downloadgsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar.gz
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar.bz2
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar.lz
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar.xz
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.tar.zst
gsoc2013-evolution-1c2eec1fd409b7ec7a6742684c678bcd258aec53.zip
reinstate file.
2000-10-02 Chris Toshok <toshok@helixcode.com> * 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
Diffstat (limited to 'widgets/table/tree-unexpanded.xpm')
-rw-r--r--widgets/table/tree-unexpanded.xpm23
1 files changed, 23 insertions, 0 deletions
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",
+" ",
+" ",
+" ",
+" ",
+" +++++++++ ",
+" +.......+ ",
+" +...*...+ ",
+" +...*...+ ",
+" +.*****.+ ",
+" +...*...+ ",
+" +...*...+ ",
+" +.......+ ",
+" +++++++++ ",
+" ",
+" ",
+" "};