Changeset 10379 for trunk/src/user32/caret.cpp
- Timestamp:
- Jan 11, 2004, 1:04:44 PM (22 years ago)
- 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:40sandervl Exp $ */1 /* $Id: caret.cpp,v 1.20 2004-01-11 12:03:13 sandervl Exp $ */ 2 2 3 3 /* … … 119 119 } 120 120 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 */ 121 128 BOOL WIN32API SetCaretPos (int x, int y) 122 129 {
Note:
See TracChangeset
for help on using the changeset viewer.