~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to demos/poem/wxpoem.xpm

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * wxpoem_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"32 32 9 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      c #800000",
 
8
"+      c #008000",
 
9
"@      c #808000",
 
10
"#      c #c0c0c0",
 
11
"$      c #ff0000",
 
12
"%      c #00ff00",
 
13
"&      c #ffff00",
 
14
"*      c #0000ff",
 
15
/* pixels */
 
16
"                    ****        ",
 
17
"             ********&&*        ",
 
18
"      ******&&&&&&&&&&&&***     ",
 
19
"  *****&&&&&&&&&&&&&&&&&&&*     ",
 
20
"  ****************************  ",
 
21
"  *&&&&&&&&&&&&&&&&&&&&&&&&&&*  ",
 
22
"  *&************************&*  ",
 
23
"  *&************************&*  ",
 
24
"  *&************************&*  ",
 
25
"  *&*&&&@*@&@*@&&*@&@&@*@&@*&*  ",
 
26
"  *&*&**&*&*&*&***&*&*&*&***&*  ",
 
27
"  *&*&&&@*&*&*&&**&*&*&*&&@*&*  ",
 
28
"  *&*&****&*&*&***&*&*&***&*&*  ",
 
29
"  *&*&****&*&*&***&***&***&*&*  ",
 
30
"  *&*&****@&@*@&&*&***&*@&@*&*  ",
 
31
"  *&************************&*  ",
 
32
"  *&************************&*  ",
 
33
"  *&************************&*  ",
 
34
"  *&*****$$$****************&*  ",
 
35
"  *&***...$$$$**************&*  ",
 
36
"  *&***$$....$**************&*  ",
 
37
"  *&****$$$$..******%++*****&*  ",
 
38
"  *&****$$$$$.%%**+%+%%*****&*  ",
 
39
"  *&******$$$**%%*%+%%+*****&*  ",
 
40
"  *&*************%+%%%******&*  ",
 
41
"  *&**************%%%*******&*  ",
 
42
"  *&****************%%%*****&*  ",
 
43
"  *&******************%%****&*  ",
 
44
"  *&&&&&&&&&&&&&&&&&&&&%%&&&&*  ",
 
45
"  ***********************%%***  ",
 
46
"                          %%    ",
 
47
"                          #%%   "};