aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/tree-expanded.xpm
blob: d9bda3694d4288725f844c576c25f5f9706590fa (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 char * tree_expanded_xpm[] = {
"16 16 4 1",
"   c None",
".  c #FFFFFF",
"*      c #000000",
"+  c #666666",
"                ",
"                ",
"                ",
"                ",
"    +++++++++   ",
"    +.......+   ",
"    +.......+   ",
"    +.......+   ",
"    +.*****.+   ",
"    +.......+   ",
"    +.......+   ",
"    +.......+   ",
"    +++++++++   ",
"                ",
"                ",
"                "};