Tkinter - Pack and Grid (ttk widgets) #tkinter

preview_player
Показать описание
I'll show you how to use Tkinter's pack and grid methods with ttk widgets using a sample project. I'll cover grid_rowconfigure and grid_columnconfigure as well as ttk styles.
#tkinter

0:00 Pack geometry manager
18:02 Grid geometry manager
Рекомендации по теме
Комментарии
Автор

I have a huge project using TKinter, will it be available to give me some help as an item of advice when I can't move forward?

Seif.Ahmedx
Автор

What is the pupose of creating main_frame?
Why not to put the smaller frames into root?

fsh
Автор

Why can't we use grid() and pack() method on one root, master window it gives error

eldarmammadov