File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -464,12 +464,11 @@ The Packer
464
464
.. index :: single: packing (widgets)
465
465
466
466
The packer is one of Tk's geometry-management mechanisms. Geometry managers
467
- are used to specify the relative positioning of the positioning of widgets
468
- within their container - their mutual *master *. In contrast to the more
469
- cumbersome *placer * (which is used less commonly, and we do not cover here), the
470
- packer takes qualitative relationship specification - *above *, *to the left of *,
471
- *filling *, etc - and works everything out to determine the exact placement
472
- coordinates for you.
467
+ are used to specify the relative positioning of widgets within their container -
468
+ their mutual *master *. In contrast to the more cumbersome *placer * (which is
469
+ used less commonly, and we do not cover here), the packer takes qualitative
470
+ relationship specification - *above *, *to the left of *, *filling *, etc - and
471
+ works everything out to determine the exact placement coordinates for you.
473
472
474
473
The size of any *master * widget is determined by the size of the "slave widgets"
475
474
inside. The packer is used to control where slave widgets appear inside the
You can’t perform that action at this time.
0 commit comments