]> git.saurik.com Git - wxWidgets.git/blame - samples/richtext/bitmaps/underline.xpm
use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which was checked incorrectly)
[wxWidgets.git] / samples / richtext / bitmaps / underline.xpm
CommitLineData
747d7d7c
VZ
1/* XPM */\r
2static const char *const underline_xpm[] = {\r
3/* columns rows colors chars-per-pixel */\r
4"16 16 3 1",\r
5". c Black",\r
6"X c #A6A6A6",\r
7" c None",\r
8/* pixels */\r
9" ",\r
10" ",\r
11" ",\r
12" .... .... ",\r
13" .. .. ",\r
14" .. .. ",\r
15" .. .. ",\r
16" .. .. ",\r
17" .. .. ",\r
18" .. .. ",\r
19" ..X X.. ",\r
20" ..... ",\r
21" ",\r
22" ......... ",\r
23" ",\r
24" "\r
25};\r