Images for tree view. Should probably be triangles ...
svn path=/trunk/; revision=3920
This commit is contained in:
22
art/tree-expanded.xpm
Normal file
22
art/tree-expanded.xpm
Normal 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
22
art/tree-unexpanded.xpm
Normal file
@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
static char * tree_unexpanded_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ......... ",
|
||||
" .+++++++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+.....+. ",
|
||||
" .+++.+++. ",
|
||||
" .+++.+++. ",
|
||||
" .+++++++. ",
|
||||
" ......... ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user