Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!aplcen!samsung!usc!elroy.jpl.nasa.gov!jpl-devvax!david From: david@jpl-devvax.JPL.NASA.GOV (David E. Smyth) Newsgroups: comp.windows.x Subject: Re: InputOnly Curiosity Message-ID: <7037@jpl-devvax.JPL.NASA.GOV> Date: 9 Feb 90 17:20:23 GMT References: <9002082029.AA03389@zurich.ai.mit.edu> Reply-To: david@jpl-devvax.JPL.NASA.GOV (David E. Smyth) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 12 seth@ZURICH.AI.MIT.EDU (Seth Goldstein) writes: > >Does anyone have a concrete example of where you'd use an InputOnly >window? Lay one over another window to do special input processing. Contrived Example: Add the ability to pop-up a new kind of menu to xterm. Hack main() to create an input only window over the existing xterm window. Add event handlers to catch mouse button events on that input only window.