Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!uunet!uswnvg!dmbeal From: dmbeal@uswnvg.UUCP (Dave Beal) Newsgroups: comp.windows.x.motif Subject: WM_STATE property Keywords: WM_STATE, motif, icccm Message-ID: <844@uswnvg.UUCP> Date: 22 May 91 22:20:29 GMT Organization: US West NewVector, Bellevue, Wash. Lines: 23 I have read about the WM_STATE property the window manager assigns to every client window. I have been able to look at it using 'xprop', but I have not been able to use XGetWindowProperty to retrieve the value. The problem is WM_STATE does not appear to be a perdefined Atom, as specified in the OSF programmer's guide. The structure for the WM_STATE property does not appear to be defined, either. What I am trying to do is, determine when my window is iconified. I could trap the events for Property Notify, but the XGetProperty would simplify my code. Thanks, in advance to those who can help. Dave Beal US WEST NewVector uunet!uswnvg!dmbeal