Some placeholder images to use until we get those that are being
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
This commit is contained in:
parent
dfb47d834d
commit
ec6803d965
12 changed files with 382 additions and 0 deletions
32
art/undo.xpm
Normal file
32
art/undo.xpm
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/* 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. ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue