Files
evolution/art/tree-unexpanded.xpm
Michael Zucci 37d86e0921 Images for tree view. Should probably be triangles ...
svn path=/trunk/; revision=3920
2000-07-06 08:40:21 +00:00

23 lines
426 B
C

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