~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithSTC/stedit/art/cut.xpm

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *cut_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 15 3 1",
 
5
"  c None",
 
6
". c Black",
 
7
"X c #000080",
 
8
/* pixels */
 
9
"                ",
 
10
"     .   .      ",
 
11
"     .   .      ",
 
12
"     .   .      ",
 
13
"     .. ..      ",
 
14
"      . .       ",
 
15
"      ...       ",
 
16
"       .        ",
 
17
"      X.X       ",
 
18
"      X XXX     ",
 
19
"    XXX X  X    ",
 
20
"   X  X X  X    ",
 
21
"   X  X X  X    ",
 
22
"   X  X  XX     ",
 
23
"    XX          "
 
24
};