Tkinter add_cascade option_add

Bob Greschke bob at greschke.com
Wed Sep 14 00:31:31 EDT 2005


Root.option_add("*?????*font", "Helvetica 12 bold")

Want to get rid of the "font =":
Widget.add_cascade(label = "File", menu = Fi, font = "Helvetica 12 bold")

Does anyone know what ????? should be to control the font of the cascade 
menus (the labels on the menu bar)?  "*Menu*font" handles the part that 
drops down, but I can't come up with the menu bar labels part.

Thanks!

Bob





More information about the Python-list mailing list