]> git.saurik.com Git - wxWidgets.git/blame - art/plus.xpm
Remove documentation of non-existent wxTextAttr::CreateFont().
[wxWidgets.git] / art / plus.xpm
CommitLineData
a7cfad3a
VZ
1/* XPM */
2static const char *const plus_xpm[] = {
3"16 16 3 1",
4" c None",
5". c Black",
6"X c Gray100",
7" ",
8" ",
9" .... ",
10" .XX. ",
11" .XX. ",
12" .XX. ",
13" ......XX...... ",
14" .XXXXXXXXXXXX. ",
15" .XXXXXXXXXXXX. ",
16" ......XX...... ",
17" .XX. ",
18" .XX. ",
19" .XX. ",
20" .... ",
21" ",
22" "};