source: git/lib/icons/pres_go_back.xpm @ 5d4e21e

debug-cidebug-ci-sanitiserswalls-datawalls-data-hanging-as-warning debian/1.4.1-1
Last change on this file since 5d4e21e was 63c2fe8, checked in by Olly Betts <olly@…>, 9 years ago
  • .gitignore,lib/icons/,src/aven.rc,src/mainfrm.cc: Rather than loading

all the toolbar and notebook icons from PNG files on disk, compile
them into the aven binary. On most platforms, as XPMs; on MSW as
.ico files via a generated .rc file.

  • Property mode set to 100644
File size: 443 bytes
RevLine 
[63c2fe8]1/* XPM */
2static char *pres_go_back_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"15 15 3 1",
5"  c #000000",
6". c #60E03C",
7"X c None",
8/* pixels */
9"XXXXXXXXXXXXXXX",
10"XXXXXXXXX XXXXX",
11"XXXXXXXX  XXXXX",
12"XXXXXXX . XXXXX",
13"XXXXXX .. XXXXX",
14"XXXXX ... XXXXX",
15"XXXX .... XXXXX",
16"XXX ..... XXXXX",
17"XXXX .... XXXXX",
18"XXXXX ... XXXXX",
19"XXXXXX .. XXXXX",
20"XXXXXXX . XXXXX",
21"XXXXXXXX  XXXXX",
22"XXXXXXXXX XXXXX",
23"XXXXXXXXXXXXXXX"
24};
Note: See TracBrowser for help on using the repository browser.