Hi, I’ve a question. On Winform I can embed a window of other application in a 
form o a picturebox with this function:

[DllImport("user32.dll", SetLastError = true)]
private static extern long SetParent(IntPtr hWndChild, IntPtr hWndNewParent);

hWndChild is the handle of the window to embed and hWndNewParent is handle of 
the new object container.

There is something like SetParent on GTK, I’ve seen Socket and Plug mechanism, 
and XTerm protocol but if application don’t support this methods I can’t embed 
them.

There is a way to embed any window in a gtk container ?

Luca

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to