Popular recipes by Jim Segrave http://code.activestate.com/recipes/users/2647775/2005-10-31T11:46:10-08:00ActiveState Code RecipesExtraMenu - a TkInter menu with arbitrary widgets as sub-menus (Python)
2005-10-31T11:46:10-08:00Jim Segravehttp://code.activestate.com/recipes/users/2647775/http://code.activestate.com/recipes/442500-extramenu-a-tkinter-menu-with-arbitrary-widgets-as/
<p style="color: grey">
Python
recipe 442500
by <a href="/recipes/users/2647775/">Jim Segrave</a>
(<a href="/recipes/tags/ui/">ui</a>).
</p>
<p>A variant of a Tkinter Menu which allos sub-menus to:
automatically open/close when the controlling button is active/inactive
sub-menus can be instances of any arbitrary widget, such as a Pmw.ComboBox</p>