]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/richtext/bitmaps/centre.xpm
mention some of the major changes in 2.9 so far
[wxWidgets.git] / samples / richtext / bitmaps / centre.xpm
... / ...
CommitLineData
1/* XPM */
2static char *centre_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 2 1",
5". c #4D4D4D",
6" c None",
7/* pixels */
8" ",
9" ",
10" .............. ",
11" ",
12" .......... ",
13" ",
14" .............. ",
15" ",
16" .......... ",
17" ",
18" .............. ",
19" ",
20" .......... ",
21" ",
22" ",
23" "
24};