summaryrefslogtreecommitdiffstats
path: root/doc/panedwindow.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-05-28 19:10:00 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-05-28 19:10:00 (GMT)
commit7b4136b73645cfb56dd152f437cb75b3e8ef5bd1 (patch)
tree7d36e099c27b84db8c39305544c92b9b1c6b4c04 /doc/panedwindow.n
parenta05d1fea7d8d233f5b557a5645d5a996cc33a0b2 (diff)
downloadtk-7b4136b73645cfb56dd152f437cb75b3e8ef5bd1.zip
tk-7b4136b73645cfb56dd152f437cb75b3e8ef5bd1.tar.gz
tk-7b4136b73645cfb56dd152f437cb75b3e8ef5bd1.tar.bz2
Documented explicitely that geometry requests from mapped slaves (panes) are ignored by the panedwindow widgetbug_1714535fff
Diffstat (limited to 'doc/panedwindow.n')
-rw-r--r--doc/panedwindow.n9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n
index a686ce1..53a7238 100644
--- a/doc/panedwindow.n
+++ b/doc/panedwindow.n
@@ -283,6 +283,15 @@ adjusted.
When a pane is resized from outside (e.g. it is packed to expand and
fill, and the containing toplevel is resized), space is added to the final
(rightmost or bottommost) pane in the window.
+.PP
+Unlike slave windows managed by e.g. pack or grid, the panes managed by a
+panedwindow do not change width or height to accomodate changes in the
+requested widths or heights of the panes, once these have become mapped.
+Therefore it may be advisable, particularly when creating layouts
+interactively, to not add a pane to the panedwindow widget until after the
+geometry requests of that pane has been finalized (i.e., all components of
+the pane inserted, all options affecting geometry set to their proper
+values, etc.).
.SH "SEE ALSO"
ttk::panedwindow(n)
.SH KEYWORDS