Mercurial > emacs
annotate lisp/toolbar/widen.xpm @ 59677:d762442d2c8f
(auto_window_vscroll_p): New boolean.
(syms_of_window): DEFVAR_BOOL it.
(Fpos_visible_in_window_p): Extend return value to include RTOP
and RBOT values if FULLY is nil.
(window_scroll_pixel_based): Adjust vscroll for partially visible
rows if auto_window_vscroll_p is set.
(Fset_window_vscroll): Do nothing if vscroll is not modified.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 22 Jan 2005 01:41:47 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * widen_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 3 1", | |
5 " c None", | |
6 ". c #8d4d97577838", | |
7 "X c black", | |
8 /* pixels */ | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . . ", | |
13 " . . ", | |
14 " . . ", | |
15 " . . ", | |
16 " . . ", | |
17 " . XX XX . ", | |
18 " . XX XX . ", | |
19 " . XX XX . ", | |
20 " .XXXXXXXX XXXXXXXX. ", | |
21 " .XXXXXXXX XXXXXXXX. ", | |
22 " . XX XX . ", | |
23 " . XX XX . ", | |
24 " . XX XX . ", | |
25 " . . ", | |
26 " . . ", | |
27 " . . ", | |
28 " . . ", | |
29 " . . ", | |
30 " ", | |
31 " ", | |
32 " "}; |