~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to samples/ribbon/circle.xpm

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *const circle_xpm[] = {
 
3
"32 32 2 1",
 
4
". c red",
 
5
"  c None",
 
6
"              ....              ",
 
7
"          ............          ",
 
8
"        ................        ",
 
9
"       ..................       ",
 
10
"      .........  .........      ",
 
11
"     .......        .......     ",
 
12
"    ......            ......    ",
 
13
"   .....                .....   ",
 
14
"  .....                  .....  ",
 
15
"  .....                  .....  ",
 
16
" .....                    ..... ",
 
17
" .....                    ..... ",
 
18
" ....                      .... ",
 
19
" ....                      .... ",
 
20
".....                      .....",
 
21
"....                        ....",
 
22
"....                        ....",
 
23
".....                      .....",
 
24
" ....                      .... ",
 
25
" ....                      .... ",
 
26
" .....                    ..... ",
 
27
" .....                    ..... ",
 
28
"  .....                  .....  ",
 
29
"  .....                  .....  ",
 
30
"   .....                .....   ",
 
31
"    ......            ......    ",
 
32
"     .......        .......     ",
 
33
"      .........  .........      ",
 
34
"       ..................       ",
 
35
"        ................        ",
 
36
"          ............          ",
 
37
"              ....              "
 
38
};