comparison src/term.c @ 1821:04fb1d3d6992

JimB's changes since January 18th
author Jim Blandy <jimb@redhat.com>
date Tue, 26 Jan 1993 01:58:16 +0000
parents 3f161f6701b1
children 73ce9dd21093
comparison
equal deleted inserted replaced
1820:b95bdb97c3e8 1821:04fb1d3d6992
122 to shift the highlight from the selected frame to the minibuffer's 122 to shift the highlight from the selected frame to the minibuffer's
123 frame; under X, this means it lies about where the focus is. 123 frame; under X, this means it lies about where the focus is.
124 This hook tells the window system code to re-decide where to put 124 This hook tells the window system code to re-decide where to put
125 the highlight. */ 125 the highlight. */
126 void (*frame_rehighlight_hook) ( /* FRAME_PTR f */ ); 126 void (*frame_rehighlight_hook) ( /* FRAME_PTR f */ );
127
128 /* If we're displaying frames using a window system that can stack
129 frames on top of each other, this hook allows you to bring a frame
130 to the front, or bury it behind all the other windows. If this
131 hook is zero, that means the device we're displaying on doesn't
132 support overlapping frames, so there's no need to raise or lower
133 anything.
134
135 If RAISE is non-zero, F is brought to the front, before all other
136 windows. If RAISE is zero, F is sent to the back, behind all other
137 windows. */
138 void (*frame_raise_lower_hook) ( /* FRAME_PTR f, int raise */ );
127 139
128 /* Set the vertical scrollbar for WINDOW to have its upper left corner 140 /* Set the vertical scrollbar for WINDOW to have its upper left corner
129 at (TOP, LEFT), and be LENGTH rows high. Set its handle to 141 at (TOP, LEFT), and be LENGTH rows high. Set its handle to
130 indicate that we are displaying PORTION characters out of a total 142 indicate that we are displaying PORTION characters out of a total
131 of WHOLE characters, starting at POSITION. If WINDOW doesn't yet 143 of WHOLE characters, starting at POSITION. If WINDOW doesn't yet