• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching refs:dragging

4042       if (!NILP (XSCROLL_BAR (w->vertical_scroll_bar)->dragging))
4044 XSCROLL_BAR (w->vertical_scroll_bar)->dragging = Qnil;
4045 /* The thumb size is incorrect while dragging: fix it. */
4188 bar->dragging = Qnil;
4193 bar->dragging = Qnil;
4198 bar->dragging = Qnil;
4203 bar->dragging = Qnil;
4208 bar->dragging = Qnil;
4213 bar->dragging = Qnil;
4229 bar->dragging = make_number (cs->value);
4285 bar->dragging = Qnil;
4290 bar->dragging = Qnil;
4295 bar->dragging = Qnil;
4300 bar->dragging = Qnil;
4307 bar->dragging = make_number ((int)portion);
4355 bar->dragging = make_number (portion);
4396 bar->dragging = Qnil;
4645 we can't always do quickly enough: while dragging, the size of
4646 the thumb might prevent the user from dragging the thumb all the
4648 updating the thumb size while dragging. Also, even if we can update
4665 if (NILP (bar->dragging))
4702 if (NILP (bar->dragging) || last_scroll_bar_part == scroll_bar_down_arrow)
4714 if (NILP (bar->dragging))
4808 bar->dragging = Qnil;
4855 fit inside its rectangle, but if the user is dragging the scroll
4868 int dragging = ! NILP (bar->dragging);
4899 else if (end > top_range && ! dragging)
5156 if (NILP (bar->dragging))
5376 whether or not we're dragging. */
5382 XSETINT (bar->dragging, y - XINT (bar->start));
5388 && ! NILP (bar->dragging))
5390 int new_start = y - XINT (bar->dragging);
5394 bar->dragging = Qnil;
5416 /* Handle some mouse motion while someone is dragging the scroll bar.
5433 /* If we're dragging the bar, display it. */
5434 if (! GC_NILP (bar->dragging))
5437 int new_start = event->xmotion.y - XINT (bar->dragging);
5496 if (! NILP (bar->dragging))
5497 win_y -= XINT (bar->dragging);
5507 if (! NILP (bar->dragging))