]> git.saurik.com Git - wxWidgets.git/blame - demos/life/bitmaps/play.xpm
Store HTML "id" parameter value in wxHtmlCell.
[wxWidgets.git] / demos / life / bitmaps / play.xpm
CommitLineData
747d7d7c
VZ
1/* XPM */\r
2static const char *const play_xpm[] = {\r
3/* columns rows colors chars-per-pixel */\r
4"16 16 2 1",\r
5" c None",\r
6". c Black",\r
7/* pixels */\r
8" ",\r
9" ",\r
10" ",\r
11" . ",\r
12" ... ",\r
13" ..... ",\r
14" ....... ",\r
15" ......... ",\r
16" ....... ",\r
17" ..... ",\r
18" ... ",\r
19" . ",\r
20" ",\r
21" ",\r
22" ",\r
23" "\r
24};\r