e8c6aabeaa
help.de/problems.htm help.std/icons.htm help.std/problems.htm bitmaps/view.ico bitmaps/view.xpm help.png/view.png git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 lines
469 B
C
25 lines
469 B
C
/* XPM */
|
|
static char* VIEW_xpm[] = {
|
|
"16 16 5 1",
|
|
" c #000000",
|
|
"! c #000080",
|
|
"# c #C0C0C0",
|
|
"$ c #808080",
|
|
"% c #FFFFFF",
|
|
"$$$$$$$$$$$$$$$$",
|
|
"$$$$$$$$$$$$$$$$",
|
|
"$#############$ ",
|
|
"$#$$$$$$$$$$$$$ ",
|
|
"$$$$$$$$$$$$$$$ ",
|
|
"$$############# ",
|
|
"$$#$$$$$$$$$$$$ ",
|
|
"$$#$$$$$$$$$$$$ ",
|
|
"$$#$$$$$$$$$$$$ ",
|
|
"$$#%%%%%%%%%%%$ ",
|
|
"$$#%!!!%!!!%!%$ ",
|
|
"$$#%%%%%%%%%%%$ ",
|
|
"$$#%!!!%!!!%!%$ ",
|
|
"$$#%%%%%%%%%%%$ ",
|
|
" $#%!!!%!!!%!% ",
|
|
"%$$$$$$$$$$$$$$$"};
|