Transparency issue with background image to GtkEventBox.
- by PP
I am setting GtkEventBox with an Transparent image from gtkrc file using pixmpa engine.
but issue is that in transparent are of the png image gtk is filling default window back ground color.
I wan to tell gtk to fill it's parents base/bg/fg color in transparent are of the background image other than default background color.
how to do it using gtkrc file or coding?
Thanks,
PP.