wxWidgets/samples/treectrl/icon1.xpm
Julian Smart 31a38a342e Fixed icon transparency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 10:57:21 +00:00

42 lines
1.3 KiB
C

/* XPM */
static char *icon1_xpm[] = {
/* width height num_colors chars_per_pixel */
" 32 32 2 1",
/* colors */
". c #000000",
"# c None",
/* pixels */
"################################",
"################################",
"####................############",
"####................############",
"####..############....##########",
"####..############....##########",
"####..##..##..####..##..########",
"####..##..##..####..##..########",
"####..############........######",
"####..############........######",
"####..##..##..##########..######",
"####..##..##..##########..######",
"####..##################..######",
"####..##################..######",
"####..##..##..##..##..##..######",
"####..##..##..##..##..##..######",
"####..##################..######",
"####..##################..######",
"####..##..##..##..##..##..######",
"####..##..##..##..##..##..######",
"####..##################..######",
"####..##################..######",
"####..##..##..##..##..##..######",
"####..##..##..##..##..##..######",
"####..##################..######",
"####..##################..######",
"####......................######",
"####......................######",
"################################",
"################################",
"################################",
"################################"
};