source:
trunk/src/user32/caret.h
Last change on this file was 21916, checked in by , 14 years ago | |
---|---|
File size: 320 bytes |
Rev | Line | |
---|---|---|
[2468] | 1 | /* $Id: caret.h,v 1.5 2000-01-18 20:08:09 sandervl Exp $ */ |
2 | ||
3 | /* | |
4 | * Caret functions for USER32 | |
5 | * | |
6 | * Project Odin Software License can be found in LICENSE.TXT | |
7 | * | |
8 | */ | |
9 | ||
10 | extern void recreateCaret (HWND hwndFocus); | |
[21916] | 11 | extern "C" BOOL WIN32API SetCaretPos (int x, int y); |
12 | extern "C" BOOL WIN32API GetCaretPos (PPOINT pPoint); | |
[2468] | 13 | |
14 | ||
15 |
Note:
See TracBrowser
for help on using the repository browser.