A
Angel
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.
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.