]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/alignr.xpm
Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / alignr.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *alignr_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 3 1",
5" c None",
6". c Black",
7"X c Yellow",
8/* pixels */
9" ",
10" ...... ",
11" .XXXX. ",
12" .XXXX. ",
13" .XXXX. ",
14" ...... ",
15" ",
16" ",
17" ........... ",
18" .XXXXXXXXX. ",
19" .XXXXXXXXX. ",
20" .XXXXXXXXX. ",
21" .XXXXXXXXX. ",
22" ........... ",
23" "
24};