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

Library

An Introduction to Tkinter

The Menubutton Widget :::

A Django site.
   

The Menubutton Widget

Back   Next   

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

Back   Next