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,33 @@
/* XPM */
static char* KEY_xpm[] = {
"16 16 7 1",
" c #000000",
"! c #008000",
"# c #808000",
"$ c #000080",
"% c #C0C0C0",
"& c #808080",
"' c #FFFF00",
" && ",
" ## #&% ",
" #'& $'#& ",
"#''& $'#% ",
"#''& %'#& ",
" #'''''%#% ",
" ##%%%'#% ",
" #%'# ",
" #'#& !!!!! ",
" %#'## !!!!! ",
" ###& !! !! ",
" #'## !!!!! ",
" ###& !!!! ",
" #'#& !! ",
" #%#& !!!! ",
" &% "};
static char *key_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 11 1",
"O c Black",
". c #C0C000",
"+ c #363636",
"# c #A0A0A0",
" c None",
"% c #404040",
"& c #757575",
"o c #C0C0C0",
"X c #808000",
"$ c #606060",
"@ c #959595",
/* pixels */
" .XX ",
" .....XX ",
" .. .X ",
".. .X ",
".. .X ",
".. .X ",
" .. .. ",
" .....XX ",
" ..X oOOOO+ ",
" .X oO@o#O$ ",
" ..X oOo %% ",
" .X oO@o#O& ",
" ..X oOOOO$ ",
" .X. oOo ",
" ..X oOo ",
" . oOo "
};