]> git.saurik.com Git - wxWidgets.git/blame - wxPython/demo/bmp_source/rt_italic.xpm
default values for option and flag (TODO: preferences dialog)
[wxWidgets.git] / wxPython / demo / bmp_source / rt_italic.xpm
CommitLineData
30fc5e8f
RD
1/* XPM */
2static char *italic_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" ..X ",
14" X.. ",
15" ..X ",
16" X.. ",
17" ..X ",
18" X.. ",
19" ..X ",
20" ...... ",
21" ",
22" ",
23" ",
24" "
25};