]> git.saurik.com Git - wxWidgets.git/blame - demos/life/bitmaps/center.xpm
GetBestFittingSize --> GetEffectiveMinSize
[wxWidgets.git] / demos / life / bitmaps / center.xpm
CommitLineData
c331e19f
RD
1/* XPM */
2static char * center_xpm[] = {
3"16 16 3 1",
4" c None",
5". c Black",
6"X c Yellow",
7" ",
8" ",
9" ",
10" .... ",
11" .XXXX. ",
12" .XXXXXX. ",
13" .XXXXXXXX. ",
14" .XXXXXXXX. ",
15" .XXXXXXXX. ",
16" .XXXXXXXX. ",
17" .XXXXXX. ",
18" .XXXX. ",
19" .... ",
20" ",
21" ",
22" "};