summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-09 12:17:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-09 12:17:11 (GMT)
commit7d84639cc81ee8b65a810da62e52c02daa58e47d (patch)
tree81aff02e1793480c5494d92eb13777ad12582be4
parent642a1d75747532bbc46426e0ed584ffe3913e247 (diff)
downloadtk-7d84639cc81ee8b65a810da62e52c02daa58e47d.zip
tk-7d84639cc81ee8b65a810da62e52c02daa58e47d.tar.gz
tk-7d84639cc81ee8b65a810da62e52c02daa58e47d.tar.bz2
Clarify -use docs. [Bug 1024364]
-rw-r--r--ChangeLog5
-rw-r--r--doc/wish.17
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58c613d..a0c1e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-09 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/wish.1: Added note that the -use option is linked to the
+ frame's -container option to help with [Bug 1024364]
+
2004-09-06 Jeff Hobbs <jeffh@ActiveState.com>
* library/tkfbox.tcl (::tk::dialog::file::Create): use label
diff --git a/doc/wish.1 b/doc/wish.1
index 5c113f1..08daea5 100644
--- a/doc/wish.1
+++ b/doc/wish.1
@@ -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: wish.1,v 1.4 2003/09/05 22:44:39 dgp Exp $
+'\" RCS: @(#) $Id: wish.1,v 1.5 2004/09/09 12:17:11 dkf Exp $
'\"
.so man.macros
.TH wish 1 8.0 Tk "Tk Applications"
@@ -43,6 +43,11 @@ the window whose identifier is \fIid\fR, instead of being created as an
independent toplevel window. \fIId\fR must be specified in the same
way as the value for the \fB\-use\fR option for toplevel widgets (i.e.
it has a form like that returned by the \fBwinfo id\fR command).
+.RS
+Note that on some platforms this will only work correctly if \fIid\fR
+refers to a Tk \fBframe\fR or \fBtoplevel\fR that has its
+\fB\-container\fR option enabled.
+.RE
.IP "\fB\-visual \fIvisual\fR" 20
Specifies the visual to use for the window.
\fIVisual\fR may have any of the forms supported by the \fBTk_GetVisual\fR