comparison lisp/toolbar/gud-print.xpm @ 48291:46a4047710f4

Initial debugger icons
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 14 Nov 2002 01:34:28 +0000
parents
children f7114bba1fd4
comparison
equal deleted inserted replaced
48290:61d00c228928 48291:46a4047710f4
1 /* XPM */
2 static char * print_xpm[] = {
3 "24 24 2 1",
4 " c #C0C0C0C0C0C0",
5 ". c #000000000000",
6 " ",
7 " ",
8 " ",
9 " ",
10 " ",
11 " ",
12 " ",
13 " ",
14 " ... ... ",
15 " ... ... ",
16 " .. .. ",
17 " .. .. ",
18 " .. .. ",
19 " .. .. ",
20 " .. .. ",
21 " ... .. ",
22 " .. .. ",
23 " .. ",
24 " .. ",
25 " .. ",
26 " .... ",
27 " ",
28 " ",
29 " "};