]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/ogl/studio/bitmaps/help.xpm
Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]
[wxWidgets.git] / contrib / samples / ogl / studio / bitmaps / help.xpm
CommitLineData
1fc25a89
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};