diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-06 21:11:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-06 21:11:49 (GMT) |
commit | af0c6996b5dd46e602fa5da6542a4ccb4e45656c (patch) | |
tree | 4703569bae4ea9053243ae2a3bd9823280c478ec /doc/tk.n | |
parent | 19b266b312edc253fa16d04f6fab6c7a6e2c0494 (diff) | |
download | tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.zip tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.tar.gz tk-af0c6996b5dd46e602fa5da6542a4ccb4e45656c.tar.bz2 |
Purge old and inaccurate .VS/.VE macros.
Diffstat (limited to 'doc/tk.n')
-rw-r--r-- | doc/tk.n | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -5,7 +5,7 @@ '\" 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.8 2004/03/17 18:15:42 das Exp $ +'\" RCS: @(#) $Id: tk.n,v 1.9 2005/04/06 21:11:54 dkf Exp $ '\" .so man.macros .TH tk n 8.4 Tk "Tk Built-In Commands" @@ -43,7 +43,6 @@ 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? ?\fB\-y \fIy\fR? ?\fB\-height \fIheight\fR? . @@ -56,7 +55,6 @@ 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? . @@ -80,7 +78,6 @@ after the scaling factor is changed will use the new scaling factor, but it is undefined whether existing widgets will resize themselves dynamically to accomodate the new scaling factor. .RE -.VS 8.3 .TP \fBtk useinputmethods \fR?\fB\-displayof \fIwindow\fR? ?\fIboolean\fR? . @@ -91,14 +88,11 @@ feature is only significant on X. If XIM support is not available, this will always return 0. If the \fIwindow\fR argument is omitted, it defaults to the main window. If the \fIboolean\fR argument is omitted, the current state is returned. This is turned on by default for the main display. -.VE -.VS 8.4 .TP \fBtk windowingsystem\fR . Returns the current Tk windowing system, one of \fBx11\fR (X11-based), \fBwin32\fR (MS Windows), or \fBaqua\fR (Mac OS X Aqua). -.VE .SH KEYWORDS application name, send |