Chapter 31. The Menu Widget

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

The Menu widget is used to implement toplevel, pulldown, and popup menus.

When to use the Menu Widget

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