diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 12:38:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 12:38:37 (GMT) |
commit | 7fbdc22e15b48b888546a5df320f8d7ffedb78b1 (patch) | |
tree | 838814268df1612366f505acc1876e1ca9e22bf5 /doc/panedwindow.n | |
parent | 83284028be79738bc82ba21dd3f02fe2effb46ee (diff) | |
download | tk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.zip tk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.tar.gz tk-7fbdc22e15b48b888546a5df320f8d7ffedb78b1.tar.bz2 |
TIP #581: grid/pack/place implementation (internal) and documentation
Diffstat (limited to 'doc/panedwindow.n')
-rw-r--r-- | doc/panedwindow.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/panedwindow.n b/doc/panedwindow.n index 9fc2b72..9fb89d0 100644 --- a/doc/panedwindow.n +++ b/doc/panedwindow.n @@ -330,7 +330,7 @@ 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 +Unlike child windows managed by e.g. pack or grid, the panes managed by a panedwindow do not change width or height to accommodate changes in the requested widths or heights of the panes, once these have become mapped. Therefore it may be advisable, particularly when creating layouts |