Mercurial > emacs
comparison src/window.h @ 1994:73ce9dd21093
Use the term `scroll bar', instead of `scrollbar'.
* alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h,
lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
xterm.c, xterm.h: Terminology changed.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 02 Mar 1993 08:22:42 +0000 |
parents | ad692b76edf4 |
children | 480abddc8bdd |
comparison
equal
deleted
inserted
replaced
1993:645d96bd3daf | 1994:73ce9dd21093 |
---|---|
121 Lisp_Object temslot; | 121 Lisp_Object temslot; |
122 /* text.modified of displayed buffer as of last time display completed */ | 122 /* text.modified of displayed buffer as of last time display completed */ |
123 Lisp_Object last_modified; | 123 Lisp_Object last_modified; |
124 /* Value of point at that time */ | 124 /* Value of point at that time */ |
125 Lisp_Object last_point; | 125 Lisp_Object last_point; |
126 /* This window's vertical scrollbar. This field is only for use | 126 /* This window's vertical scroll bar. This field is only for use |
127 by the window-system-dependent code which implements the | 127 by the window-system-dependent code which implements the |
128 scrollbars; it can store anything it likes here. If this | 128 scroll bars; it can store anything it likes here. If this |
129 window is newly created and we haven't displayed a scrollbar in | 129 window is newly created and we haven't displayed a scroll bar in |
130 it yet, or if the frame doesn't have any scrollbars, this is nil. */ | 130 it yet, or if the frame doesn't have any scroll bars, this is nil. */ |
131 Lisp_Object vertical_scrollbar; | 131 Lisp_Object vertical_scroll_bar; |
132 | 132 |
133 /* The rest are currently not used or only half used */ | 133 /* The rest are currently not used or only half used */ |
134 /* Frame coords of point at that time */ | 134 /* Frame coords of point at that time */ |
135 Lisp_Object last_point_x; | 135 Lisp_Object last_point_x; |
136 Lisp_Object last_point_y; | 136 Lisp_Object last_point_y; |