eosbuddy,
I just found the reason explained at:
http://www.daa.com.au/pipermail/pygtk/2007-July/013988.html
Note:
modify_bg() only affects widgets that have an associated gtk.gdk.Window.
The weird thing is that calling the modify_bg method on HBox does not throw an error.
Thanks again,
Ray
| [reply] |
eosbuddy,
Yes, packing the label into an EventBox and setting its bg_color worked! Thank you very much for your quick response.
However, in re-writing the code, I think I might have found something that was screwing with my HBox color getting set right. If I find something, I'll post that solution also.
Ray
| [reply] |