Python GUI Development | Anchor & Side Properties in TKinter | Tutorial #10

preview_player
Показать описание
#python programming #tkinter
Python Programming Tkinter Series. An introduction to basic anchor and side properties in tkinter. Positioning properties in tkinter GUI, basics of anchor and side properties of widgets. Tutorial #10

𝗣𝘆𝘁𝗵𝗼𝗻 𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗣𝗹𝗮𝘆𝗹𝗶𝘀𝘁 :

Рекомендации по теме
Комментарии
Автор

The values of anchor and side are interacting, causing unintuitive behaviour. It seems side overwrites anchor (6:08 shows BOTTOM overwrote n in ne). At 7:53 i think BOTTOM is specified to overwrite the default TOP setting, anchor='s' is redundant. At 8:02 anchor='sw' and 8:08 anchor='se', both redundantly specify s, 'w' or 'e' alone would have the same effect if side=BOTTOM.
Do you know how is side overwriting anchor? Looking for resources or exactly where in source code defines this behaviour

Han-veuh
visit shbcf.ru