]> git.saurik.com Git - wxWidgets.git/blame - samples/treectrl/icon1.xpm
fixed warning about unused var
[wxWidgets.git] / samples / treectrl / icon1.xpm
CommitLineData
c89a6106 1/* XPM */
88ac883a
VZ
2static char *icon1_xpm[] = {
3/* width height num_colors chars_per_pixel */
4" 32 32 2 1",
df875e59 5/* colors */
88ac883a
VZ
6". c #000000",
7"# c #ffffff",
c89a6106 8/* pixels */
88ac883a
VZ
9"################################",
10"################################",
11".##..................##.##.##.##",
12"####................############",
13"##.#..############....##.###.###",
14"####..############....##########",
15"####..##..##..####..##..##.###.#",
16".##...##..##..####..##..########",
17"####..############........##.###",
18"####..############........######",
19"##.#..##..##..##########...##.##",
20"####..##..##..##########..######",
21"#.##..##################..######",
22"###...##################..#.##.#",
23"####..##..##..##..##..##..######",
24"####..##..##..##..##..##..######",
25"#.##..##################...##.##",
26"####..##################..######",
27"##.#..##..##..##..##..##..##.###",
28"####..##..##..##..##..##..######",
29"####..##################...###.#",
30"##.#..##################..######",
31"####..##..##..##..##..##..##.###",
32"#.##..##..##..##..##..##..######",
33"####..##################..###.##",
34"####..##################...#####",
35"##.#......................##.###",
36"####......................####.#",
37"#.##############################",
38"####.###.#####.#####.#####.#####",
39"###########.#####.#####.#####.##",
40"##.###.#########################"
41};