Commit 0a2460f
committed
docs: Add note recommending grid over pack in tkinter documentation
Add a note at the beginning of 'The Packer' section to recommend using
grid geometry manager over pack for new code, as grid is easier to use
and helps create more appealing layouts.
Fixes #935011 parent 50c479e commit 0a2460f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
637 | 637 | | |
638 | 638 | | |
639 | 639 | | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
640 | 645 | | |
641 | 646 | | |
642 | 647 | | |
| |||
0 commit comments