git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-03 18:22:42 +00:00
parent 75f245410a
commit a6a1ef9e7b
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
/* XPM */
static char * east_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Yellow",
" ",
" .. ",
" .X.. ",
" .XX.. ",
" .XXXX.. ",
" .XXXXX.. ",
" .XXXXXXX.. ",
" .XXXXXXXXX. ",
" .XXXXXXXXX. ",
" .XXXXXXX.. ",
" .XXXXX.. ",
" .XXXX.. ",
" .XX.. ",
" .X.. ",
" .. ",
" "};