Mercurial > emacs
annotate lisp/sb-dir-plus.xpm @ 53890:5588b6cc6fba
(no-fringe-bitmap, undef-fringe-bitmap)
(left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
(up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
(continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
(overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
(top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
(bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
(right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
(hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
(bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
(empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 08 Feb 2004 23:33:16 +0000 |
parents | 5e24be7faa32 |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
2 static char * sb_dir+_xpm[] = { |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
3 "20 15 4 1", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
5 ". c #828282", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
8 " ....... ", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 ".+++++++. ", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 ".+@@@@@@+.......... ", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
11 ".+@@@@@@@++++++++++.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
12 ".+@@@@@@@@@@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
13 ".+@@@@@@@++@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
14 ".+@@@@@@@++@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
15 ".+@@@@@++++++@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
16 ".+@@@@@++++++@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
17 ".+@@@@@@@++@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
18 ".+@@@@@@@++@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
19 ".+@@@@@@@@@@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
20 ".+@@@@@@@@@@@@@@@@+.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
21 ".++++++++++++++++++.", |
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
22 " .................. "}; |