pythonware.com products ::: library ::: search ::: daily Python-URL!
   

The Menu Widget

Back   Next   

 Chapter 32. The Menu Widget

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.

Back   Next