diff options
author | hobbs <hobbs@noemail.net> | 2002-06-17 20:09:01 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-06-17 20:09:01 (GMT) |
commit | 139b560ef5515c196677ca750084e7540015fcb4 (patch) | |
tree | 2526b5918abac20b6e67ff9f285600bd7cf3d3f4 /doc/tk.n | |
parent | 81029bb6e3e88a984b08fa7eebaf04dffb777f1e (diff) | |
download | tk-139b560ef5515c196677ca750084e7540015fcb4.zip tk-139b560ef5515c196677ca750084e7540015fcb4.tar.gz tk-139b560ef5515c196677ca750084e7540015fcb4.tar.bz2 |
* generic/tkCmds.c (Tk_TkObjCmd):
* generic/tkInt.h (struct TkCaret):
* mac/tkMacXStubs.c (Tk_SetCaretPos):
* unix/tkUnixKey.c (TkpGetString, Tk_SetCaretPos):
* win/tkWinX.c (Tk_SetCaretPos):
* tests/tk.test: Added 'tk caret' implementation of TIP#96
* doc/SetCaret.3 (new): which adds a TkCaret structure element to
* doc/tk.n: TkDisplay for maintaining state.
FossilOrigin-Name: 6be89a7feefdd57fd30aca27c701f6e155497b67
Diffstat (limited to 'doc/tk.n')
-rw-r--r-- | doc/tk.n | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -5,10 +5,10 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tk.n,v 1.4 2000/10/31 00:52:11 hobbs Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.5 2002/06/17 20:09:01 hobbs Exp $ '\" .so man.macros -.TH tk n 8.3 Tk "Tk Built-In Commands" +.TH tk n 8.4 Tk "Tk Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME @@ -43,6 +43,20 @@ be able to find some options for the application. If sends have been disabled by deleting the \fBsend\fR command, this command will reenable them and recreate the \fBsend\fR command. +.VS 8.4 +.TP +\fBtk caret window \fR?\fB\-x \fIx\fR? \fR?\fB\-y \fIy\fR? \fR?\fB\-height \fIheight\fR? +. +Sets and queries the caret location for the display of the specified +Tk window \fIwindow\fR. The caret is the per-display cursor location +used for indicating global focus (e.g. to comply with Microsoft +Accessibility guidelines), as well as for location of the over-the-spot +XIM (X Input Methods) or Windows IME windows. If no options are specified, +the last values used for setting the caret are return in option-value pair +format. \fI\-x\fR and \fI\-y\fR represent window-relative coordinates, and +\fI\-height\fR is the height of the current cursor location, or the height +of the specified \fIwindow\fR if none is given. +.VE .TP \fBtk scaling \fR?\fB\-displayof \fIwindow\fR? ?\fInumber\fR? . |