summaryrefslogtreecommitdiffstats
path: root/doc/panedwindow.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-25 01:39:01 (GMT)
committerhobbs <hobbs>2003-02-25 01:39:01 (GMT)
commit98924f4e12ca81ef22e7b29614b69db1503887f2 (patch)
tree0937737eb98229eaf829b19f05b9c5c078264ce4 /doc/panedwindow.n
parent2390c9d772f3f0f115c35d6e5d4366c21749e637 (diff)
downloadtk-98924f4e12ca81ef22e7b29614b69db1503887f2.zip
tk-98924f4e12ca81ef22e7b29614b69db1503887f2.tar.gz
tk-98924f4e12ca81ef22e7b29614b69db1503887f2.tar.bz2
* doc/panedwindow.n: clarified the need to use 'update idle' when
adding unmapped windows. Needs further examination. [Bug #605105]
Diffstat (limited to 'doc/panedwindow.n')
-rw-r--r--doc/panedwindow.n8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n
index 1679e3c..5f2399c 100644
--- a/doc/panedwindow.n
+++ b/doc/panedwindow.n
@@ -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: panedwindow.n,v 1.1 2002/02/22 02:41:16 hobbs Exp $
+'\" RCS: @(#) $Id: panedwindow.n,v 1.2 2003/02/25 01:39:01 hobbs Exp $
'\"
.so man.macros
.TH panedwindow n 8.4 Tk "Tk Built-In Commands"
@@ -83,7 +83,11 @@ Add one or more windows to the panedwindow, each in a separate pane.
The arguments consist of the names of one or more windows
followed by pairs of arguments that specify how to manage the windows.
\fIOption\fR may have any of the values accepted by the
-\fBconfigure\fR subcommand.
+\fBconfigure\fR subcommand. When adding a new window that has not yet
+been mapped, and \fBupdate idletasks\fR call is required for that window
+to report its default requested geometry correctly to the panedwindow
+widget. This is not necessary if you are specifying \fI\-width\fR and
+\fI\-height\fR.
.TP
\fIpathName \fBcget \fIoption\fR
Returns the current value of the configuration option given by