The "activate_cascade" code seems to accomplish what you want. I tested it
only on Ubuntu 5.10, so your mileage may vary with different Linux
distributions and Tk versions.
Jeff
# --
import Tkinter
app = Tkinter.Tk()
menubar =
Hi all,
Is there a way to make a cascade menu open when the mouse pointer simply
stays on the corresponding menu entry?
That works "naturally" under Windows, but under Linux one must click on the
menu entry in order to make the cascade menu open.
Thank you for helping.
Michel
--