pythonware.com | products ::: library ::: search ::: daily Python-URL! |
The Menubutton WidgetChapter 33. The Menubutton Widget
The Menubutton widget displays popup or pulldown menu when activated. This widget is not documented in this version of this document. You will probably not miss it... When to use the Menubutton WidgetThis widget is used to implement various kinds of menus. In earlier versions of Tkinter, it was used to implement toplevel menus, but this is now done with the Menu widget. |