Re: [pygtk] How to get the XID of a GdkDrawable?

2004-05-21 Thread Welko
John Hunter wrote: "welko" == welko <[EMAIL PROTECTED]> writes: welko> Hello, does anybody know how can I get the XID of a welko> GdkDrawable using pyGTK? I do this if sys.platform=='win32': win_id = self.widget.window.handle else:

Re: [pygtk] How to get the XID of a GdkDrawable?

2004-05-20 Thread John Hunter
> "welko" == welko <[EMAIL PROTECTED]> writes: welko> Hello, does anybody know how can I get the XID of a welko> GdkDrawable using pyGTK? I do this if sys.platform=='win32': win_id = self.widget.window.handle else: win_id = sel

[pygtk] How to get the XID of a GdkDrawable?

2004-05-20 Thread welko
Hello, does anybody know how can I get the XID of a GdkDrawable using pyGTK? Or how can I check if the following function is available in pyGTK? XID gdk_x11_drawable_get_xid (GdkDrawable *drawable); (declared in gdk/gdkx.h) Best regards Velko