pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Menu WidgetChapter 32. The Menu Widget
The Menu widget is used to implement toplevel, pulldown, and popup menus. When to use the Menu WidgetThis widget is used to display all kinds of menus used by an application. Since this widget uses native code where possible, you shouldn't try to fake menus using buttons and other Tkinter widgets. |