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

« back to all changes in this revision

Viewing changes to demos/life/bitmaps/zoomin.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 zoomin_xpm[] = {
 
3
"16 16 3 1",
 
4
"   c None",
 
5
".      c Black",
 
6
"X      c Gray100",
 
7
"    ....        ",
 
8
"  ..XXXX..      ",
 
9
" .XXXXXXXX.     ",
 
10
" .XXX..XXX.     ",
 
11
".XXXX..XXXX.    ",
 
12
".XX......XX.    ",
 
13
".XX......XX.    ",
 
14
".XXXX..XXXX.    ",
 
15
" .XXX..XXX.     ",
 
16
" .XXXXXXXX.     ",
 
17
"  ..XXXX...     ",
 
18
"    .... ...    ",
 
19
"          ...   ",
 
20
"           ...  ",
 
21
"            ... ",
 
22
"             .. "
 
23
};