[pygtk] Retrieving windows handler

John Ehresman jpe at wingware.com
Thu Dec 1 03:29:34 WST 2005


Nicholas wrote:
> In wxPython there is GetHandle()
>  
> In Tkinter there is winfo_id()
>  
> And in pygtk ? Which funcion or method or anything else works simillar ?

Why do you want the native windowing system handle?  There is a read 
only xid (x11) or handle (win32) attribute on GdkDrawable objects that 
returns the handle as a python long object, but I suspect you probably 
don't need it.

Cheers,

John


More information about the pygtk mailing list