source:
trunk/src/user32/new/caret.h@
3604
      
      | Last change on this file since 3604 was 2290, checked in by , 26 years ago | |
|---|---|
| File size: 313 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: caret.h,v 1.1 2000-01-01 14:54:50 cbratschi 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); | 
| 11 | extern BOOL WIN32API SetCaretPos (int x, int y); | 
| 12 | extern BOOL WIN32API GetCaretPos (PPOINT pPoint); | 
| 13 | |
| 14 | |
| 15 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
