Transparency issue with background image to GtkEventBox.
Posted
by PP
on Stack Overflow
See other posts from Stack Overflow
or by PP
Published on 2010-04-19T08:27:50Z
Indexed on
2010/04/19
8:33 UTC
Read the original article
Hit count: 301
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.
© Stack Overflow or respective owner