Nevermind, I figured out how to do this.<br><br>What was basically required was using cairo itself to draw the images (IImageSurface&#39;s) to the screen where the eventboxes were, instead of trying to use gtk.Image&#39;s.<br>
<br>Once I realized that, it was actually quite easy :)<br><br>Thanks for the help getting it all working!<br><br><div class="gmail_quote">On Thu, Dec 24, 2009 at 2:50 PM, Brent Chiodo <span dir="ltr">&lt;<a href="mailto:bchiodo@gmail.com">bchiodo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thank you very much! It is working well, now. There is only one minor<br>
issue: When I do this the widget is nicely transparent, but what I&#39;m<br>
packing into the widget remains opaque. I took a screenshot:<br>
<br>
<a href="http://img192.imageshack.us/img192/5650/cairo.png" target="_blank">http://img192.imageshack.us/img192/5650/cairo.png</a><br>
<br>
What is going on is: there are two gtk.Image&#39;s shown. They are both<br>
packed into gtk.EventBox&#39;s which is packed into a gtk.VBox which is<br>
added to the widget itself.<br>
<br>
How would I go about making everything but the actual image<br>
transparent? (the two images are transparent png&#39;s so I do not believe<br>
that is what is causing the black opaque boxes).<br>
<br>
If you need the actually code (which is a bit sloppy at the moment)<br>
I&#39;ll be glad to clean it up and send it along.<br>
<br>
You&#39;ve been a great help, thanks so much!<br>
<br>
P.S. Merry Christmas!<br>
<div><div></div><div class="h5"><br>
On 12/24/09, Anderson Lizardo &lt;<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>&gt; wrote:<br>
&gt; On Thu, Dec 24, 2009 at 1:40 PM, Anderson Lizardo<br>
&gt; &lt;<a href="mailto:anderson.lizardo@openbossa.org">anderson.lizardo@openbossa.org</a>&gt; wrote:<br>
&gt;&gt; * Use do_expose_event() and do_realize() methods instead of realize()<br>
&gt;&gt; and screen_changed() ones you used (just rename &quot;def expose(self,<br>
&gt;&gt; widget, event)&quot; to &quot;def do_expose_event(self, event)&quot; and &quot;def<br>
&gt;&gt; screen_changed(self, widget)&quot; to &quot;def do_realize(self)&quot;<br>
&gt;<br>
&gt; I forgot to mention: you should not connect these methods<br>
&gt; (do_expose_event() and do_realize()) to any signal, they are &quot;virtual<br>
&gt; methods&quot; called automatically by PyGTK.<br>
&gt;<br>
&gt; I got the idea partially from<br>
&gt; <a href="http://ralph-glass.homepage.t-online.de/clock/clock.py" target="_blank">http://ralph-glass.homepage.t-online.de/clock/clock.py</a> and from<br>
&gt; interpreting the example clock widget C code.<br>
&gt;<br>
&gt; Regards,<br>
&gt; --<br>
&gt; Anderson Lizardo<br>
&gt; OpenBossa Labs - INdT<br>
&gt; Manaus - Brazil<br>
&gt;<br>
<br>
<br>
</div></div>--<br>
Best Regards,<br>
<font color="#888888"><br>
Brent Chiodo<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Best Regards,<br><br>Brent Chiodo<br>