diff options
author | hobbs <hobbs> | 1999-08-09 16:51:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-09 16:51:51 (GMT) |
commit | 8cc6723852260c12857f4c3eeff827a2b8d612f6 (patch) | |
tree | 2ec3ee986becd9253ad868e13ca4c06483cdb04a /doc/wm.n | |
parent | 1920c5e28d952551d081974b4c08f6544fb6125f (diff) | |
download | tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.zip tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.tar.gz tk-8cc6723852260c12857f4c3eeff827a2b8d612f6.tar.bz2 |
1999-08-09 Jeff Hobbs <hobbs@scriptics.com>
* doc/options.n: clarified that -troughcolor doesn't work on Windows
* doc/wm.n: fixed wm positionfrom docs [Bug: 2284]
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 4 |
1 files changed, 2 insertions, 2 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: wm.n,v 1.2 1998/09/14 18:23:01 stanton Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.3 1999/08/09 16:51:51 hobbs Exp $ '\" .so man.macros .TH wm n 4.3 Tk "Tk Built-In Commands" @@ -317,7 +317,7 @@ window at the given place without asking the user for assistance. If \fIwho\fR is specified as an empty string, then the current position source is cancelled. If \fIwho\fR is specified, then the command returns an empty string. -Otherwise it returns \fBuser\fR or \fBwindow\fR to indicate the +Otherwise it returns \fBuser\fR or \fBprogram\fR to indicate the source of the window's current position, or an empty string if no source has been specified yet. Most window managers interpret ``no source'' as equivalent to \fBprogram\fR. |