Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!thyme!kaleb From: kaleb@thyme.jpl.nasa.gov (Kaleb Keithley ) Newsgroups: comp.windows.x.motif Subject: Re: iconification Message-ID: <1990Dec7.180243.13113@thyme.jpl.nasa.gov> Date: 7 Dec 90 18:02:43 GMT References: <12102@ibism.uucp> Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 16 In article <12102@ibism.uucp> ibism!lcp writes: >Can anyone tell me how to find out if my window is iconfied. I am using >mwm, Motif 1.1, and programing with uil. > >Thanks. > Add an event handler to your toplevel widget with XtAddEventHandler. Select ConfigurationNotify events. If you want to know when you window is obscured, select VisibilityNotify events. -- Kaleb Keithley Jet Propulsion Labs kaleb@thyme.jpl.nasa.gov You can please all of the people some of the time,