Ignore:
Timestamp:
Jan 11, 2004, 1:04:44 PM (22 years ago)
Author:
sandervl
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/caret.cpp

    r9217 r10379  
    1 /* $Id: caret.cpp,v 1.19 2002-09-06 12:31:40 sandervl Exp $ */
     1/* $Id: caret.cpp,v 1.20 2004-01-11 12:03:13 sandervl Exp $ */
    22
    33/*
     
    119119}
    120120
     121/*
     122 * The SetCaretPos function moves the caret to the specified coordinates. If
     123 * the window that owns the caret was created with the CS_OWNDC class style,
     124 * then the specified coordinates are subject to the mapping mode of the device
     125 * context associated with that window.
     126 *
     127 */
    121128BOOL WIN32API SetCaretPos (int x, int y)
    122129{
Note: See TracChangeset for help on using the changeset viewer.