tk_menuBar() problems

David Hobley (David.Hobley@nms.otc.com.au)
Thu, 21 Jul 94 05:37:38 GMT

Has anyone got menu traversal / automatic selection of menus when dragging
the mouse over them, working at all ?

I tried something of the form:

item1 = Menubutton(...)
item2 = Menubutton(...)

etc

self.menus = (item1, item2, item3)
self.tkmenuBar(self.menus)

where my self object was a subclass of Frame.

I can post a specific example if that isn't clear enough.
Cheers,
david