Show
Ignore:
Timestamp:
2006年08月18日 08時35分31秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/frame.c

    r4131 r4148  
    14461446       doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position. 
    14471447The position is given in character cells, where (0, 0) is the 
    1448 upper-left corner. 
     1448upper-left corner of the frame, X is the horizontal offset, and Y is 
     1449the vertical offset. 
    14491450If Emacs is running on a mouseless terminal or hasn't been programmed 
    14501451to read the mouse position, it returns the selected frame for FRAME 
     
    14941495       doc: /* Return a list (FRAME X . Y) giving the current mouse frame and position. 
    14951496The position is given in pixel units, where (0, 0) is the 
    1496 upper-left corner. 
     1497upper-left corner of the frame, X is the horizontal offset, and Y is 
     1498the vertical offset. 
    14971499If Emacs is running on a mouseless terminal or hasn't been programmed 
    14981500to read the mouse position, it returns the selected frame for FRAME 
     
    15261528so the coordinates of the top left character in the frame 
    15271529may be nonzero due to left-hand scroll bars or the menu bar. 
     1530 
     1531The position is given in character cells, where (0, 0) is the 
     1532upper-left corner of the frame, X is the horizontal offset, and Y is 
     1533the vertical offset. 
    15281534 
    15291535This function is a no-op for an X frame that is not visible. 
     
    15591565       Sset_mouse_pixel_position, 3, 3, 0, 
    15601566       doc: /* Move the mouse pointer to pixel position (X,Y) in FRAME. 
     1567The position is given in pixels, where (0, 0) is the upper-left corner 
     1568of the frame, X is the horizontal offset, and Y is the vertical offset. 
     1569 
    15611570Note, this is a no-op for an X frame that is not visible. 
    15621571If you have just created a frame, you must wait for it to become visible