Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!umich!ox.com!tbomb.ice.com!time From: time@tbomb.ice.com (Tim Endres) Newsgroups: comp.sys.mac.programmer Subject: How does one save/restore clipping? Message-ID: <1CE00001.csbntk@tbomb.ice.com> Date: 1 Jan 91 22:09:58 GMT Reply-To: time@tbomb.ice.com Organization: ICE Engineering, Inc. Lines: 15 X-Mailer: uAccess - Mac Release: 1.0.3 I have long been satisfied with simple routines called "focus" and "unfocus" that would let me move from port to port in my applications without much interference. Now, however, I have run into a case where I wish I could save the clipping of a port, and restore it later. I see no standard mathod mentioned in IM concerning this function. I presume that saving the ClipRgn handle in the port and replacing it afterwards is the approach, but hadn't thought through what other needs I must address. Has anyone solved this problem? Suggestions? tim