Changing the font size of anOptionMenu widget

Angel angel.gutierrez.rodriguez at gmail.com
Thu Jan 24 12:40:44 EST 2013


I am changing the font of an OptionMenu widget:

w = OptionMenu(master, variable, "one", "two", "three")

with 

w.configure(....)

That changes the font of the widget but how can I change also the font (size) of the menu that appears when the mouse clicks it?

Thanks in advandce,

A. 



More information about the Python-list mailing list