Files
evolution/art/tree-expanded.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
424 B
C

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