]> git.saurik.com Git - wxWidgets.git/blame - samples/listctrl/bitmaps/tooltodo.xpm
fix those line endings in shared unicode builds
[wxWidgets.git] / samples / listctrl / bitmaps / tooltodo.xpm
CommitLineData
b0d77f43
RR
1/* XPM */
2static char * tooltodo_xpm[] = {
3/* width height ncolors chars_per_pixel */
4"32 32 6 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #c0c0c0",
9"@ c #808080",
10"# c #ffff00",
11"$ c #ffffff",
12/* pixels */
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".#$#$#$#$#$#$#$...@@@ ",
42".$#$#$#...#$#$..@@@ ",
43".......@@@....@@@ ",
44" @@@@@@@ @@@@ "};