On Thu, Apr 28, 2011 at 18:49, Avi Levy <avi...@gmail.com> wrote:
> Hi all,
> I am new here so I'm not sure what is considered "ontopic". I am trying to
> get familiar with the new additions in gtk3 and pygobject by porting an
> application written using gtk2 and no introspection, and libglade
> interfaces. I've run into some snags and used some dirty fixes. Not sure if
> these questions are welcome here or should somewhete else be better?
>
> An example: while porting a class that derives from a GtkDrawingArea, the
> previous code registers a signal with the "expose_event". However, I could
> not find that signal in gtk+3 and used "draw" instead. The widget remains
> functional, but unsure if this is correct.

Hi,

this should help:

http://developer.gnome.org/gtk3/unstable/ch25s02.html#id1577627

Regards,

Tomeu

> Thanks!
>
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to