Nested Menus in Tkinter - Creating a Menu(s) within a Menu!

preview_player
Показать описание
Simple menus will only get you so far. If you are building a complex application with many options, Nested Menus are an absolute must. Watch this video to learn how to do so in Tkinter.

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

This is a wonderful tutorial. Unfortunately it doesn't work on a Mac. I just found out that python IS cross-platform unless you are putting a menu bar on your app. I really thought I was having logic errors in my code until I found out that Menu does not behave the same way on a Mac if ever at all.

megsman
Автор

can this code be used in customtkinter?

xiaotonghoo