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

Lines Matching +defs:left +defs:pair

94 /* Non nil if left window key events are passed on to Windows (this only
106 /* Modifier associated with the left "Windows" key, or nil to act as a
134 /* Control how close left/right button down events must be to
445 pt.x = rect.left;
451 f->x_pixels_diff = pt.x - rect.left;
2068 XINT(bar->left) + VERTICAL_SCROLL_BAR_WIDTH_TRIM,
2085 Lisp_Object left = Qunbound;
2087 rect.left = rect.top = 0;
2103 XSETINT (left, f->left_pos);
2106 else if (EQ (left, Qunbound) && EQ (top, Qunbound))
2110 left = w32_get_arg (Qnil, Qleft, "left", "Left", RES_TYPE_NUMBER);
2118 EQ (left, Qunbound) ? CW_USEDEFAULT : XINT (left),
2120 rect.right - rect.left,
2143 f->left_pos = rect.left;
2166 between left and right keys as advertised. We test for this
2168 absent, we keep track of the left and right control and alt keys
2170 upon the AltGr key, which is represented as having the left control
2172 when the left alt key has been pressed in addition to the AltGr key
2246 we cannot reconstruct the left and right modifier state. */
2291 keystroke. Even if we cannot distinguish between left and right
2293 the left or right modifier should be set. */
2858 wmsg.rect.left, wmsg.rect.top,
2903 wmsg.rect.left, wmsg.rect.top,
2906 update_rect.left, update_rect.top,
3182 /* Simulate middle mouse button events when left and right buttons
3590 pDis->rcItem.left
3598 pDis->rcItem.left
3719 wdiff = (lppos->cx - (rect.right - rect.left)
3729 However for top/left sizing we will need to fix the X
3741 if (lppos->x != wr.left || lppos->y != wr.top)
3954 rect.left = rect.top = 0;
3967 rect.right - rect.left,
4060 error ("Both left and top icon corners of icon must be specified");
6323 Lisp_Object pair[2];
6324 pair[0] = list;
6325 pair[1] = Qnil;
6327 pair[1] = w32_find_bdf_fonts_in_dir( XCAR (directory) );
6328 list = Fnconc( 2, pair );
7467 Lisp_Object left, top;
7470 left = Fcdr (Fassq (Qleft, parms));
7475 if (!INTEGERP (left) || !INTEGERP (top))
7500 if (INTEGERP (left))
7501 *root_x = XINT (left);
7508 /* It fits to the left of the pointer. */
7511 /* Put it left justified on the screen -- it ought to fit that way. */
7530 If the list of frame parameters PARMS contains a `left' parameter,
7722 rect.left = rect.top = 0;
7733 root_x, root_y, rect.right - rect.left + 3,
8692 doc: /* If non-nil, the left \"Windows\" key is passed on to Windows.
8695 If you set this to nil, the left \"Windows\" key is processed by Emacs
8698 Note that some combinations of the left \"Windows\" key with other keys are
8754 doc: /* Modifier to use for the left \"Windows\" key.
8788 left and right button down events before they are considered distinct events.
8856 Value is a pair (COLUMNS . ROWS). Text larger than this is clipped. */);