]> git.saurik.com Git - wxWidgets.git/blame - samples/richtext/bitmaps/underline.xpm
Correct 'markup' for GetResourceHandle after recent change in wx/gdiobj.h.
[wxWidgets.git] / samples / richtext / bitmaps / underline.xpm
CommitLineData
5d7836c4
JS
1/* XPM */
2static char *underline_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 3 1",
5". c Black",
6"X c #A6A6A6",
7" c None",
8/* pixels */
9" ",
10" ",
11" ",
12" .... .... ",
13" .. .. ",
14" .. .. ",
15" .. .. ",
16" .. .. ",
17" .. .. ",
18" .. .. ",
19" ..X X.. ",
20" ..... ",
21" ",
22" ......... ",
23" ",
24" "
25};