• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/src/

Lines Matching refs:part

5 This file is part of GNU Emacs.
229 before that timeout elapses (i.e. as part of the same sequence of
1171 /* Set clipping for output of glyph string S. S may be part of a mode
2251 least part of a mouse highlight or a block cursor will
2382 least part of a mouse highlight or a block cursor will
2404 /* Draw part of the background of glyph string S. X, Y, W, and H
3093 /* Scroll part of the display as described by RUN. */
3114 /* Scrolling up. Make sure we don't copy part of the mode
3686 and *PART to the frame, window, and scroll bar part that the mouse
3703 XTmouse_position (fp, insist, bar_window, part, x, y, time)
3707 enum scroll_bar_part *part;
3716 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time);
3871 *part = 0;
3940 /* Return the Lucid menu bar WINDOW is part of. Return null
3941 if WINDOW is not part of a menu bar. */
3986 /* Last scroll bar part sent in xm_scroll_callback. */
4066 the part of the scroll bar that was clicked on. PORTION is the
4070 x_send_scroll_bar_event (window, part, portion, whole)
4072 int part, portion, whole;
4111 ev->data.l[1] = (long) part;
4157 ievent->part = ev->data.l[1];
4183 int part = -1, whole = 0, portion = 0;
4189 part = scroll_bar_up_arrow;
4194 part = scroll_bar_down_arrow;
4199 part = scroll_bar_above_handle;
4204 part = scroll_bar_below_handle;
4209 part = scroll_bar_to_top;
4214 part = scroll_bar_to_bottom;
4228 part = scroll_bar_handle;
4237 if (part >= 0)
4240 last_scroll_bar_part = part;
4241 x_send_scroll_bar_event (bar->window, part, portion, whole);
4262 int part = -1, whole = 0, portion = 0;
4284 part = scroll_bar_down_arrow;
4289 part = scroll_bar_up_arrow;
4294 part = scroll_bar_below_handle;
4299 part = scroll_bar_above_handle;
4304 part = scroll_bar_handle;
4310 if (part >= 0)
4313 last_scroll_bar_part = part;
4314 x_send_scroll_bar_event (bar->window, part, portion, whole);
4334 int part;
4350 part = scroll_bar_down_arrow;
4352 part = scroll_bar_handle;
4356 last_scroll_bar_part = part;
4357 x_send_scroll_bar_event (bar->window, part, portion, whole);
4378 int part;
4386 part = (position < 0) ? scroll_bar_above_handle : scroll_bar_below_handle;
4391 part = (position < 0) ? scroll_bar_up_arrow : scroll_bar_down_arrow;
4393 part = scroll_bar_move_ratio;
4397 last_scroll_bar_part = part;
4398 x_send_scroll_bar_event (bar->window, part, position, height);
5368 emacs_event->part = scroll_bar_above_handle;
5370 emacs_event->part = scroll_bar_handle;
5372 emacs_event->part = scroll_bar_below_handle;
5381 && emacs_event->part == scroll_bar_handle)
5402 if (emacs_event->part == scroll_bar_handle)
5454 x_scroll_bar_report_motion (fp, bar_window, part, x, y, time)
5457 enum scroll_bar_part *part;
5508 *part = scroll_bar_handle;
5510 *part = scroll_bar_above_handle;
5512 *part = scroll_bar_handle;
5514 *part = scroll_bar_below_handle;