]> git.saurik.com Git - wxWidgets.git/blame - src/html/bitmaps/wpage.xpm
more combobox appearance fixes
[wxWidgets.git] / src / html / bitmaps / wpage.xpm
CommitLineData
5526e819 1/* XPM */
e6f9a448 2static char * wpage_xpm[] = {
5526e819
VS
3/* width height ncolors chars_per_pixel */
4"16 16 3 1",
5/* colors */
6" s None c None",
7". c #000000",
8"+ c #ffffff",
9/* pixels */
10" ",
11" ........ ",
12" .++++++.. ",
13" .+.+.++.+. ",
14" .++++++.... ",
15" .+.+.+++++. ",
16" .+++++++++. ",
17" .+.+.+.+.+. ",
18" .+++++++++. ",
19" .+.+.+.+.+. ",
20" .+++++++++. ",
21" .+.+.+.+.+. ",
22" .+++++++++. ",
23" ........... ",
24" ",
25" "};