aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/tree-unexpanded.xpm
blob: d20ec5aa33e05b65986e0603eb44d8c7792b4b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static const gchar *tree_unexpanded_xpm[] = {
"16 16 4 1",
"   c None",
".  c #FFFFFF",
"*      c #000000",
"+  c #666666",
"                ",
"                ",
"                ",
"                ",
"    +++++++++   ",
"    +.......+   ",
"    +...*...+   ",
"    +...*...+   ",
"    +.*****.+   ",
"    +...*...+   ",
"    +...*...+   ",
"    +.......+   ",
"    +++++++++   ",
"                ",
"                ",
"                "};