]> git.saurik.com Git - wxWidgets.git/blame - demos/dbbrowse/bitmaps/keyf.xpm
Simplify PCH support. Minor source cleaning.
[wxWidgets.git] / demos / dbbrowse / bitmaps / keyf.xpm
CommitLineData
dc8174d2 1/* XPM */
98c32e42
JS
2static char *keyf_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 12 1",
5"O c Black",
6"& c #808080",
7". c #C0C000",
8"$ c #6B6B6B",
9"* c #A0A0A0",
10" c None",
11"# c #404040",
12"o c #C0C0C0",
13"@ c #2B2B2B",
14"X c #808000",
15"% c #606060",
16"+ c #959595",
17/* pixels */
18" .XX ",
19" .....XX ",
20" .. .X ",
21".. .X ",
22".. .X ",
23".. .X ",
24" .. .. ",
25" .....XX ",
26" ..X oOOOOO ",
27" .X oO+ooo ",
28" ..X oOo ",
29" .X oO@##$ ",
30" ..X oO%&&* ",
31" .X. oOo ",
32" ..X oOo ",
33" . oOo "
34};