Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!tut.cis.ohio-state.edu!ucbvax!osf.org!wwang From: wwang@osf.org ("Weidong Wang from OSF") Newsgroups: comp.windows.x.motif Subject: Re: What is the best way to iconify/deiconify? Message-ID: <9105081911.AA20004@osfsun> Date: 8 May 91 12:11:48 GMT References: <9105081533.AA19820@osfsun> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 9 I sent out some code segment showing how to check the window state, how to iconify/deiconify a window, Actually, X11R4 has a new function XIconifyWindow() to iconify a window, and you can simply use XMapWindow() to deiconify. Weidong Wang