aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-07-06 16:40:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-07-06 16:40:21 +0800
commit37d86e0921afbd7a3ae89132e3b21ea6a67cfc49 (patch)
treee093a7db1cef854220857fc8dc47b3969a01106f /art
parent32b557f7fc9d6c547de1b6a0a92ee27a9bb69e35 (diff)
downloadgsoc2013-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')
-rw-r--r--art/tree-expanded.xpm22
-rw-r--r--art/tree-unexpanded.xpm22
2 files changed, 44 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",
+" ",
+" ",
+" ",
+" ",
+" ......... ",
+" .+++++++. ",
+" .+++++++. ",
+" .+++++++. ",
+" .+.....+. ",
+" .+++++++. ",
+" .+++++++. ",
+" .+++++++. ",
+" ......... ",
+" ",
+" ",
+" "};
diff --git a/art/tree-unexpanded.xpm b/art/tree-unexpanded.xpm
new file mode 100644
index 0000000000..0dfb12a0a5
--- /dev/null
+++ b/art/tree-unexpanded.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * tree_unexpanded_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" ",
+" ",
+" ",
+" ......... ",
+" .+++++++. ",
+" .+++.+++. ",
+" .+++.+++. ",
+" .+.....+. ",
+" .+++.+++. ",
+" .+++.+++. ",
+" .+++++++. ",
+" ......... ",
+" ",
+" ",
+" "};