Artwork replacement (c) Julian Smart

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-31 20:29:11 +00:00
parent 7942245db0
commit aadb4d67c8
33 changed files with 1277 additions and 528 deletions

View File

@@ -1,13 +1,13 @@
/* XPM */
static char *listview_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 4 1",
"16 15 4 1",
" c Black",
". c #FFFFFF",
"X c #000084",
"o c #848484",
/* pixels */
" ",
" "
" .............. ",
" .XXX.......... ",
" .XXX. o o . ",
@@ -21,6 +21,5 @@ static char *listview_xpm[] = {
" .............. ",
" .XXX.......... ",
" .XXX. o o . ",
" .XXX.......... ",
" "
" .XXX.......... "
};