in reply to Setting disabled background on Tkx combobox widget
if you can wander thu the underscores needed to do this
http://wiki.tcl.tk/37973#pagetocfe8b22ab suggest you can do this
Less globally, for your specific window (read 'widget instance', e.g. '.combo') you can use
and by extension thereof.combo configure -font namedfont
.combo configure -background color
|
|---|