Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!decwrl!mcnc!borg!washington!shan From: shan@washington.cs.unc.edu (Yen-Ping Shan) Newsgroups: comp.lang.smalltalk Subject: ST4.0 WindowHandle Message-ID: <1814@borg.cs.unc.edu> Date: 22 Feb 91 21:29:46 GMT Sender: news@cs.unc.edu Lines: 13 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---