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
32 lines
792 B
C
32 lines
792 B
C
/* XPM */
|
|
static char *undo_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"24 23 3 1",
|
|
"X c Black",
|
|
". c #000080",
|
|
" c None",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" .....X ",
|
|
" ..X X.X ",
|
|
" . .X .X ",
|
|
" .. .X X. ",
|
|
" ... .X . ",
|
|
" ....X . ",
|
|
" ..... . ",
|
|
" ...... XX ",
|
|
" ....... X. ",
|
|
" X. ",
|
|
" . ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "
|
|
};
|