Changeset 4148 for trunk/src/frame.c
- Timestamp:
- 2006年08月18日 08時35分31秒 (2 years ago)
- Files:
-
- trunk/src/frame.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/frame.c
r4131 r4148 1446 1446 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position. 1447 1447 The position is given in character cells, where (0, 0) is the 1448 upper-left corner. 1448 upper-left corner of the frame, X is the horizontal offset, and Y is 1449 the vertical offset. 1449 1450 If Emacs is running on a mouseless terminal or hasn't been programmed 1450 1451 to read the mouse position, it returns the selected frame for FRAME … … 1494 1495 doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position. 1495 1496 The position is given in pixel units, where (0, 0) is the 1496 upper-left corner. 1497 upper-left corner of the frame, X is the horizontal offset, and Y is 1498 the vertical offset. 1497 1499 If Emacs is running on a mouseless terminal or hasn't been programmed 1498 1500 to read the mouse position, it returns the selected frame for FRAME … … 1526 1528 so the coordinates of the top left character in the frame 1527 1529 may be nonzero due to left-hand scroll bars or the menu bar. 1530 1531 The position is given in character cells, where (0, 0) is the 1532 upper-left corner of the frame, X is the horizontal offset, and Y is 1533 the vertical offset. 1528 1534 1529 1535 This function is a no-op for an X frame that is not visible. … … 1559 1565 Sset_mouse_pixel_position, 3, 3, 0, 1560 1566 doc: /* Move the mouse pointer to pixel position (X,Y) in FRAME. 1567 The position is given in pixels, where (0, 0) is the upper-left corner 1568 of the frame, X is the horizontal offset, and Y is the vertical offset. 1569 1561 1570 Note, this is a no-op for an X frame that is not visible. 1562 1571 If you have just created a frame, you must wait for it to become visible
