SetCaret.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 2002 ActiveState Corporation.
  3. '"
  4. '" See the file "license.terms" for information on usage and redistribution
  5. '" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  6. '" 
  7. '" RCS: @(#) $Id: SetCaret.3,v 1.1 2002/06/17 20:09:01 hobbs Exp $
  8. '" 
  9. .so man.macros
  10. .TH Tk_SetCaretPos 3 8.4 Tk "Tk Library Procedures"
  11. .BS
  12. .SH NAME
  13. Tk_SetCaretPos - set the display caret location
  14. .SH SYNOPSIS
  15. .nf
  16. fB#include <tk.h>fR
  17. .sp
  18. int
  19. fBTk_SetCaretPosfR(fItkwin, x, y, heightfR)
  20. .SH ARGUMENTS
  21. .AP Tk_Window tkwin in
  22. Token for window.
  23. .AP int x in
  24. Window-relative x coordinate.
  25. .AP int y in
  26. Window-relative y coordinate.
  27. .AP int h in
  28. Height of the caret in the window.
  29. .BE
  30. .SH DESCRIPTION
  31. .PP
  32. fBTk_SetCaretPosfR sets the caret location for the display of the
  33. specified Tk_Window fItkwinfR.  The caret is the per-display cursor
  34. location used for indicating global focus (e.g. to comply with Microsoft
  35. Accessibility guidelines), as well as for location of the over-the-spot XIM
  36. (X Input Methods) or Windows IME windows.
  37. .SH KEYWORDS
  38. caret, cursor