wxWidgets/samples/treectrl/icon1.xpm

42 lines
1.3 KiB
C
Raw Normal View History

/* XPM */
static char *icon1_xpm[] = {
/* width height num_colors chars_per_pixel */
" 32 32 2 1",
/* colors */
". c #000000",
"# c #ffffff",
/* pixels */
"################################",
"################################",
".##..................##.##.##.##",
"####................############",
"##.#..############....##.###.###",
"####..############....##########",
"####..##..##..####..##..##.###.#",
".##...##..##..####..##..########",
"####..############........##.###",
"####..############........######",
"##.#..##..##..##########...##.##",
"####..##..##..##########..######",
"#.##..##################..######",
"###...##################..#.##.#",
"####..##..##..##..##..##..######",
"####..##..##..##..##..##..######",
"#.##..##################...##.##",
"####..##################..######",
"##.#..##..##..##..##..##..##.###",
"####..##..##..##..##..##..######",
"####..##################...###.#",
"##.#..##################..######",
"####..##..##..##..##..##..##.###",
"#.##..##..##..##..##..##..######",
"####..##################..###.##",
"####..##################...#####",
"##.#......................##.###",
"####......................####.#",
"#.##############################",
"####.###.#####.#####.#####.#####",
"###########.#####.#####.#####.##",
"##.###.#########################"
};