source: trunk/src/user32/caret.h@ 1194

Last change on this file since 1194 was 1154, checked in by dengert, 26 years ago

adjust caret pos on window height change

File size: 309 bytes
Line 
1/* $Id: caret.h,v 1.2 1999-10-06 10:36:39 dengert Exp $ */
2
3/*
4 * Caret functions for USER32
5 *
6 * Project Odin Software License can be found in LICENSE.TXT
7 *
8 */
9
10extern void recreateCaret (HWND hwndFocus);
11extern BOOL WIN32API SetCaretPos (int x, int y);
12extern BOOL WIN32API GetCaretPos (PPOINT pPoint);
13
Note: See TracBrowser for help on using the repository browser.