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