On Wed, Nov 12, 2003 at 10:55:15PM +0800, Nam Nguyen Thanh wrote:
> I was looking for a way to capture events from root window.
>
> I found some C code that uses GtkInvisible and attachs that to the root
> window via set_user_data(). However, the pygtk 2.0 that I'm using doesnt
> have that function. So I wonder if it has been left out or is there any
> alternative way to reach the same goal?
Well, set_user_data() is wrapped as widget.set_data().
If that's not what your problem is, I'm not sure. I've done some google
scraing and I've found some related links, but let me know if you've
found an alternative:
http://mail.gnome.org/archives/gtk-app-devel-list/2002-December/msg00052.html
http://www.daa.com.au/pipermail/pygtk/2001-October/001884.html
Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/