]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/widgets/icons/toggle.xpm
use wxFD_XXX instead of deprecated wxXXX in the documentation
[wxWidgets.git] / samples / widgets / icons / toggle.xpm
... / ...
CommitLineData
1/* XPM */
2static char *toggle_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"32 32 16 1",
5" c Gray0",
6". c #808000",
7"X c #000080",
8"o c #c0c0c0",
9"O c #000000",
10"+ c #808000",
11"@ c #000080",
12"# c none",
13"$ c #808080",
14"% c Red",
15"& c Green",
16"* c Yellow",
17"= c Blue",
18"- c Magenta",
19"; c Cyan",
20": c Gray100",
21/* pixels */
22"################################",
23"#### ##############",
24"### :::::::::::::: #############",
25"## :::::::::::::::$ ############",
26"# ::oooooooooooooo$$ ###########",
27"# ::oooooooooooooo$$ ###########",
28"# ::oooooooooooooo$$ ###########",
29"# ::oooooooooooooo$$ ###########",
30"# ::oooooooooooooo$$ ###########",
31"# ::oooooooooooooo$$ ###########",
32"# ::oooooooooooooo$$ ###########",
33"# ::oooooooooooooo$$ ###########",
34"## $$$$$$$$$$$$$$$$ ############",
35"### $$$$$$$$$$$$$$ #############",
36"#### ##############",
37"################################",
38"################################",
39"############## ####",
40"############# $$$$$$$$$$$$$$ ###",
41"############ $$$$$$$$$$$$$$$: ##",
42"########### $$:o:o:o:o:o:o:o:: #",
43"########### $$o:o:o:o:o:o:o::: #",
44"########### $$:o:o:o:o:o:o:o:: #",
45"########### $$o:o:o:o:o:o:o::: #",
46"########### $$:o:o:o:o:o:o:o:: #",
47"########### $$o:o:o:o:o:o:o::: #",
48"########### $$:o:o:o:o:o:o:o:: #",
49"########### $$o:o:o:o:o:o:o::: #",
50"############ :::::::::::::::: ##",
51"############# :::::::::::::: ###",
52"############## ####",
53"################################"
54};