Gtk Background transparent
- From: Paolo <prallo gmail com>
- To: gtk-app <gtk-app-devel-list gnome org>
- Subject: Gtk Background transparent
- Date: Thu, 16 Jul 2009 23:41:43 +0200
Hi! I'm developing an gnome applet with python. It's an easy and stupid
applet, but I'd like to make it more nice. My applet is a eventbox with
inside a label. All works fine but the background is gray. The gnome panel
is transparent and the applet should be the same if we want a good look &
feel.
How can I make the applet transparent?
The piece of code is the following:
....
eb = gtk.EventBox()
label = gtk.Label('text')
eb.add(label)
# I think the backgound of the EventBox (eb) should be edited
widget.add(eb)
...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]