]> git.saurik.com Git - wxWidgets.git/blame - demos/life/bitmaps/stop.xpm
SetTextColor --> SetTextColour, to be consistent with the rest of the lib
[wxWidgets.git] / demos / life / bitmaps / stop.xpm
CommitLineData
c331e19f
RD
1/* XPM */
2static char *stop_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 2 1",
5" c None",
6". c Black",
7/* pixels */
8" ",
9" ",
10" ",
11" ........ ",
12" ........ ",
13" ........ ",
14" ........ ",
15" ........ ",
16" ........ ",
17" ........ ",
18" ........ ",
19" ........ ",
20" ",
21" ",
22" ",
23" "
24};