Some tweaks to the temporary art images, added wxART_NEW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2005-05-26 19:15:45 +00:00
parent 5c3a23e1f9
commit 406011a83d
15 changed files with 176 additions and 177 deletions

View file

@ -1,32 +1,25 @@
/* XPM */
static char *filesave_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 23 3 1",
"16 16 3 1",
". c Black",
"X c #808000",
" c None",
/* pixels */
" ",
" .................... ",
" .XX. . . ",
" .XX. .... ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XX. .XX. ",
" .XXX............XXX. ",
" .XXXXXXXXXXXXXXXXXX. ",
" .XXXXXXXXXXXXXXXXXX. ",
" .XXX.............XX. ",
" .XXX......... .XX. ",
" .XXX......... .XX. ",
" .XXX......... .XX. ",
" .XXX......... .XX. ",
" .XXX......... .XX. ",
" .XXX......... .XX. ",
" ................... ",
" "
" ",
" .............. ",
" .X. . . ",
" .X. ... ",
" .X. .X. ",
" .X. .X. ",
" .X. .X. ",
" .X. .X. ",
" .XX........XX. ",
" .XXXXXXXXXXXX. ",
" .XX.........X. ",
" .XX...... .X. ",
" .XX...... .X. ",
" .XX...... .X. ",
" ............. ",
" "
};