Images for tree view. Should probably be triangles ...

svn path=/trunk/; revision=3920
This commit is contained in:
Michael Zucci
2000-07-06 08:40:21 +00:00
parent 32b557f7fc
commit 37d86e0921
2 changed files with 44 additions and 0 deletions

22
art/tree-expanded.xpm Normal file
View File

@ -0,0 +1,22 @@
/* XPM */
static char * tree_expanded_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" ",
" ",
" ",
" ",
" ......... ",
" .+++++++. ",
" .+++++++. ",
" .+++++++. ",
" .+.....+. ",
" .+++++++. ",
" .+++++++. ",
" .+++++++. ",
" ......... ",
" ",
" ",
" "};

22
art/tree-unexpanded.xpm Normal file
View File

@ -0,0 +1,22 @@
/* XPM */
static char * tree_unexpanded_xpm[] = {
"16 16 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
" ",
" ",
" ",
" ",
" ......... ",
" .+++++++. ",
" .+++.+++. ",
" .+++.+++. ",
" .+.....+. ",
" .+++.+++. ",
" .+++.+++. ",
" .+++++++. ",
" ......... ",
" ",
" ",
" "};