Mercurial > emacs
annotate lisp/toolbar/lc-cut.xpm @ 56486:81f58ee62d32
Various small changes in addition to:
(Window Point): Mention return value of `set-window-point'.
(Window Start): `pos-visible-in-window-p' disregards horizontal
scrolling. Explain return value if PARTIALLY is non-nil.
(Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
and `set-window-vscroll'.
(Size of Window): The argument WINDOW to `window-inside-edges',
`window-pixel-edges' and `window-inside-pixel-edges' is optional.
(Resizing Windows): Explain return value of
`shrink-window-if-larger-than-buffer'.
`window-size-fixed' automatically becomes buffer local when set.
(Window Configurations): Explain return value of `set-window-configuration'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 19 Jul 2004 21:33:37 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * cut2_xpm[] = { | |
3 "24 24 7 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #BBBDBA", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
9 "$ c #504D46", | |
10 "% c #3E4850", | |
11 " ", | |
12 " ", | |
13 " . . ", | |
14 " . . ", | |
15 " .+. .@. ", | |
16 " .@$ #@. ", | |
17 " .@#. .@+. ", | |
18 " .@+$ #@+. ", | |
19 " #@#. .@+$ ", | |
20 " .@+$ $@+. ", | |
21 " #@#.%@+# ", | |
22 " .@+$#++. ", | |
23 " .@+$+. ", | |
24 " .++.. ", | |
25 " ..#$. ", | |
26 " ............. ", | |
27 " . ... ... ... ", | |
28 " .. .. .. .. ", | |
29 " . . . . ", | |
30 " .. .. .. .. ", | |
31 " .... .. . ", | |
32 " .... .... ", | |
33 " ", | |
34 " "}; |