]> git.saurik.com Git - wxWidgets.git/blame - samples/treectrl/icon2.xpm
Some tweaks to includes for compilers without precompiled headers
[wxWidgets.git] / samples / treectrl / icon2.xpm
CommitLineData
c89a6106 1/* XPM */
df875e59
RR
2static char * icon2_xpm[] = {
3/* width height ncolors chars_per_pixel */
4"16 16 6 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #c0c0c0",
9"@ c #808080",
10"# c #ffff00",
11"$ c #ffffff",
c89a6106 12/* pixels */
df875e59
RR
13" ",
14" @@@@@ ",
15" @#+#+#@ ",
16" @#+#+#+#@@@@@@ ",
17" @$$$$$$$$$$$$@.",
18" @$#+#+#+#+#+#@.",
19" @$+#+#+#+#+#+@.",
20" @$#+#+#+#+#+#@.",
21" @$+#+#+#+#+#+@.",
22" @$#+#+#+#+#+#@.",
23" @$+#+#+#+#+#+@.",
24" @$#+#+#+#+#+#@.",
25" @@@@@@@@@@@@@@.",
26" ..............",
27" ",
28" "};