Replaced images

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-19 09:43:00 +00:00
parent c8b8717983
commit 98c32e428d
31 changed files with 302 additions and 232 deletions

View File

@@ -1,26 +1,27 @@
/* XPM */
static char* TAB_xpm[] = {
"16 16 7 1",
" c #000000",
"! c #800080",
"# c #008080",
"$ c #C0C0C0",
"% c #808080",
"& c #0000FF",
"' c #00FFFF",
static char *tab_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 5 1",
". c Black",
"O c #FFFFFF",
"o c #808080",
" c None",
"X c #C0C0C0",
/* pixels */
" ",
" ",
"!!!!!!!!!!!!!!!!",
"!&&&&&&&&&&&&&&!",
"!!!!!!!!!!!!!!!!",
"!'$'#$'$$$#$$$$!",
"!$'$#'$$$$#$$$$!",
"!##############!",
"!$'$#$$$$$#$$%$!",
"!'$$#$$$$$#$%$%!",
"!##############!",
"!$$$#$$%$$#%%%%!",
"!$$%#$%$%%#%%%%!",
"!!!!!!!!!!!!!!!!",
"................",
".XXoXXoXXoXXoXX.",
".XXoXXoXXoXXoXX.",
".oooooooooooooo.",
".OOoOOoOOoOOoOO.",
".OOoOOoOOoOOoOO.",
".OOoOOoOOoOOoOO.",
".oooooooooooooo.",
".OOoOOoOOoOOoOO.",
".OOoOOoOOoOOoOO.",
".OOoOOoOOoOOoOO.",
"................",
" ",
" "};
" "
};