On Tue, 2005-05-10 at 09:41 -0300, Christian Robottom Reis wrote:
> On Tue, May 10, 2005 at 01:26:40PM +0100, Gustavo J. A. M. Carneiro wrote:
> > VES_DESKTOP_WINDOW_ATOM = gtk.gdk.atom_intern("VES_DESKTOP_WINDOW")
> > WINDOW_ATOM = gtk.gdk.atom_intern("WINDOW")
> > root = gtk.gdk.screen_get_default().get_root_window()
> > root.property_change(VES_DESKTOP_WINDOW_ATOM,
> >                      WINDOW_ATOM, 32,
> >                      gtk.gdk.PROP_MODE_REPLACE,
> >                      [win.window.xid])
> 
> You must mean root.window.xid, no?

  I don't mean anything; I'm merely translating the following C
statement from Susant's code:

        xid = GDK_WINDOW_XID (win->window);

> 
> Take care,
> --
> Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3376 0125
> _______________________________________________
> pygtk mailing list   [email protected]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
-- 
Gustavo J. A. M. Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
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