]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/icons/statbmp.xpm
add popup sample to the workspace (fixes #10162)
[wxWidgets.git] / samples / widgets / icons / statbmp.xpm
CommitLineData
a30e7029
VZ
1/* XPM */
2static const char *statbmp_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"32 32 2 1",
5" c Gray0",
6"# c none",
7/* pixels */
8"################################",
9"################################",
10"################################",
11"################################",
12"################################",
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};