diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-07-06 16:40:21 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-07-06 16:40:21 +0800 |
commit | 37d86e0921afbd7a3ae89132e3b21ea6a67cfc49 (patch) | |
tree | e093a7db1cef854220857fc8dc47b3969a01106f /art/tree-expanded.xpm | |
parent | 32b557f7fc9d6c547de1b6a0a92ee27a9bb69e35 (diff) | |
download | gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar.gz gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar.bz2 gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar.lz gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar.xz gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.tar.zst gsoc2013-evolution-37d86e0921afbd7a3ae89132e3b21ea6a67cfc49.zip |
Images for tree view. Should probably be triangles ...
svn path=/trunk/; revision=3920
Diffstat (limited to 'art/tree-expanded.xpm')
-rw-r--r-- | art/tree-expanded.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/art/tree-expanded.xpm b/art/tree-expanded.xpm new file mode 100644 index 0000000000..fc748953eb --- /dev/null +++ b/art/tree-expanded.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * tree_expanded_xpm[] = { +"16 16 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" ......... ", +" .+++++++. ", +" .+++++++. ", +" .+++++++. ", +" .+.....+. ", +" .+++++++. ", +" .+++++++. ", +" .+++++++. ", +" ......... ", +" ", +" ", +" "}; |