Hi,

I have an existing GObject developed in C. I made it available in Python
with help of PyGTK library. However, I have currently one problem.  Do I
need something special to get the signals to work inside the Python
runtime? I noticed that the gobject.GObject has a function "connect"
that could be used to connect signals with signal handlers. However it
looks like the PyGTK object that I created to wrap my own C GObject
doesn't have the "connect" function.

Is there some kind of flag that I should add for example to my override
file?

Thank you very much for any help,

- Erik Karlsson



_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to