Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!ucsd!hub!6500stom From: 6500stom@hub.UUCP (David Stoms) Newsgroups: comp.sys.mac.programmer Subject: Re: Hiding the menu bar Message-ID: <4113@hub.UUCP> Date: 1 Mar 90 07:03:49 GMT References: <17190@cs.yale.edu> Sender: news@hub.UUCP Lines: 11 From article <17190@cs.yale.edu>, by tarr-michael@CS.Yale.EDU (michael tarr): > I am looking for some LSC 4.0 code to make a window cover the entire > screen including the menu bar, I want the bar to appear only when a > mousedown occurs in the menubar region. (Like in Tetris). Does anyone > have code they are willing to share to do this? All you have to do is save the menu bar area to an offset pixmap and thin change the window's visRgn and clipRgn to include the portion of the screen that the menu bar covers. If the user click in the menu bar just change the vis and clipRgns back and copybits the pixmap back. I think that'll work.. yah.. maybe.