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
41 lines
1.3 KiB
C
41 lines
1.3 KiB
C
/* XPM */
|
|
static char *findrepl_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"32 32 2 1",
|
|
". c Black",
|
|
" c None",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" .... ... ",
|
|
" . . . . ",
|
|
" . . . . ",
|
|
" . . . . ",
|
|
" . . . . ",
|
|
" . . ... ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" . ",
|
|
" ",
|
|
" . ... ... .... ",
|
|
" . . . . . . ",
|
|
" . . . . . . ",
|
|
" . . . . . . ",
|
|
" . . . . . . ",
|
|
" . ... ... . . ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "
|
|
};
|