Chapter 32. The Menubutton Widget

Table of Contents
When to use the Menubutton Widget
Patterns
Methods
Options

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 Widget

This 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.