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 *cut_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 23 3 1",
"16 16 3 1",
". c Black",
"X c #000080",
" c None",
/* pixels */
" ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" .. .. ",
" . . ",
" .. .. ",
" .. .. ",
" ... ",
" . ",
" . ",
" X.X ",
" X X ",
" X XXXX ",
" XXXX X .X ",
" X. X X X ",
" X X X X ",
" X X X X ",
" X X X X ",
" X X XXX ",
" XXX ",
" "
" ",
" . . ",
" . . ",
" . . ",
" .. .. ",
" . . ",
" ... ",
" . ",
" X.X ",
" X XXX ",
" XXX X X ",
" X X X X ",
" X X X X ",
" X X XX ",
" XX ",
" "
};