]> git.saurik.com Git - wxWidgets.git/blame - wxPython/demo/bmp_source/rt_alignright.xpm
default values for option and flag (TODO: preferences dialog)
[wxWidgets.git] / wxPython / demo / bmp_source / rt_alignright.xpm
CommitLineData
30fc5e8f
RD
1/* XPM */
2static char *alignright_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 2 1",
5". c #4D4D4D",
6" c None",
7/* pixels */
8" ",
9" ",
10" .............. ",
11" ",
12" .......... ",
13" ",
14" .............. ",
15" ",
16" .......... ",
17" ",
18" .............. ",
19" ",
20" .......... ",
21" ",
22" ",
23" "
24};