Updated images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 116 B |
@@ -1,21 +1,28 @@
|
||||
/* XPM */
|
||||
static char * platform_xpm[] = {
|
||||
"16 16 2 1",
|
||||
" c None",
|
||||
". c #0000FF",
|
||||
" ",
|
||||
" .. ",
|
||||
" .. ",
|
||||
" . ",
|
||||
" ... .... ",
|
||||
" ........... ",
|
||||
" .......... ",
|
||||
" .......... ",
|
||||
" .......... ",
|
||||
" .......... ",
|
||||
" ........... ",
|
||||
" ........... ",
|
||||
" ........... ",
|
||||
" ......... ",
|
||||
" ... ... ",
|
||||
" "};
|
||||
/* XPM */
|
||||
static char *platform_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"16 16 6 1",
|
||||
". c Black",
|
||||
"o c #FFFFFF",
|
||||
"X c #000080",
|
||||
"O c #FFFF00",
|
||||
" c None",
|
||||
"+ c #FF0000",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... ",
|
||||
" .XXXXX. ",
|
||||
" .oXXXX. ",
|
||||
" .oXXX.......",
|
||||
".....oXXX.OOOOO.",
|
||||
".+++.XXXX.oOOOO.",
|
||||
".o++......oOOOO.",
|
||||
".o++++. .oOOOO.",
|
||||
".o++++. .OOOOO.",
|
||||
".+++++. .......",
|
||||
"....... ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 124 B |
Reference in New Issue
Block a user