ec6803d965
professionally done. These fill out most of the art IDs that don't currently have images in the standard provider. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 lines
468 B
C
26 lines
468 B
C
/* XPM */
|
|
static char *find_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 3 1",
|
|
". c Black",
|
|
"X c #FFFFFF",
|
|
" c None",
|
|
/* pixels */
|
|
" ",
|
|
" ... ... ",
|
|
" .X. .X. ",
|
|
" ... ... ",
|
|
" ..... ..... ",
|
|
" .X... .X... ",
|
|
" ............. ",
|
|
"..X... ..X..... ",
|
|
"..X... ..X..... ",
|
|
"..X......X..... ",
|
|
"....... ....... ",
|
|
".X... .X... ",
|
|
".X... .X... ",
|
|
"..... ..... ",
|
|
" ",
|
|
" "
|
|
};
|