]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/preview.xpm
reduce flicker in header window when deleting items and let space select items even...
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / preview.xpm
CommitLineData
1fc25a89
JS
1/* XPM */
2static char *preview_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 5 1",
5" c Black",
6". c None",
7"X c Gray100",
8"o c #808080",
9"O c Cyan",
10/* pixels */
11" .......",
12" XXXXXXX ......",
13" XXXXXXX . .....",
14" XXXXXXX ....",
15" XXXXXXXXXX ....",
16" XXXXXXX ....",
17" XXXXXX o..o ...",
18" XXXXX oOO.oo ..",
19" XXXXX .O..o. ..",
20" XXXXX ....o. ..",
21" XXXXX o..Ooo ..",
22" XXXXXX o..o o..",
23" XXXXXXX o .",
24" XXXXXXXXXX . ",
25" .. "
26};