shan@washington.cs.unc.edu (Yen-Ping Shan) (02/23/91)
We are working on a mechanism that will allow native applications, such as xterm, to be embedded in a Smalltalk View. We would like to hook up an instance of the ST Window class with an existing X window (so that we can use the primitives methods already defined in the Window class to manipulate the X window). To do so, we need a way of taking an X window id and turning it into a Smalltalk WindowHandle. Dose anyone know how to do that? Thanks. ---Shan---