Re: XEMBED Implementation

2006-12-02 Thread Cloudor Pu
Hi, Thank you. I just found an example that can embed any X window into gtk by calling gtk_socket_add_id(). And I can embed that IE window if I use xwininfo to get it's X11 window id. Now, how can I get X11 window id by HWND in my program? I saw a patch GetX11WindowId at http://www.mail-ar

XEMBED Implementation

2006-12-02 Thread Cloudor Pu
Hi, I find discussion about XEMBED implementation in this mailing list and that was 3 years ago. Is there now any usable implementation or examples for wine XEMBED plug? What I am doing is to embed IE into a GtkSocket. I wrote a standalone program compiled using winelib that can CreateWindow

Re: How to embed wine into swt?

2006-11-30 Thread Cloudor Pu
Damjan Jovanovic wrote: On 11/30/06, Robert Shearman <[EMAIL PROTECTED]> wrote: There aren't that many GTK experts that work on Wine, so most of us won't be able to tell you what you need to do. I suggest you find a tutorial for how to embed a plain X11 window from another process using GTK and

How to embed wine into swt?

2006-11-29 Thread Cloudor Pu
Hi, all I am developing an swt app only for gtk. I want to embed IE into this app. I can create a SWT.EMBEDDED composite and get its embededHandle (an integer). Then, how to do next? Thanks in advace! regards, cloudor