]> git.saurik.com Git - wxWidgets.git/blame - utils/ogl/samples/studio/bitmaps/help.xpm
Modified makefile.unx to include bitmaps dir. Added missing folder.xpm
[wxWidgets.git] / utils / ogl / samples / studio / bitmaps / help.xpm
CommitLineData
306dfc2b
JS
1/* XPM */
2static char *help_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 15 3 1",
5" c None",
6". c Black",
7"X c #008080",
8/* pixels */
9" ",
10" ...... ",
11" .XXXXX.. ",
12" .XX...XX.. ",
13" .X.. .X.. ",
14" .X.. .XX.. ",
15" .. .XX.. ",
16" .XX.. ",
17" .X.. ",
18" .X.. ",
19" .X.. ",
20" .. ",
21" .XX.. ",
22" .XX.. ",
23" ... "
24};