Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!ginosko!xanth!ames!ncar!tank!eecae!cps3xx!usenet From: usenet@cps3xx.UUCP (Usenet file owner) Newsgroups: comp.sys.amiga.tech Subject: Re: 1.4 Wish: Revamped sizing gadget Keywords: Horror Window Depth 1.4 Message-ID: <4988@cps3xx.UUCP> Date: 15 Oct 89 17:05:59 GMT References: <5228@cbnewsm.ATT.COM> <4341@sugar.hackercorp.com> <126138@sun.Eng.Sun.COM> <4696@amiga.UUCP> <19529@ut-emx.UUCP> <4703@amiga.UUCP> Reply-To: porkka@frith.UUCP (Joe Porkka) Distribution: na Organization: Michigan State University Lines: 33 In article <4703@amiga.UUCP> jimm@batgirl.UUCP (Jim Mackraz) writes: >In article <19529@ut-emx.UUCP> jonabbey@walt.cc.utexas.edu (Jonathan Abbey) writes: > >Never. If you click the depth gadget, the window comes to the front if >it is not already. If you click it when the window is in front, it goes >to the back. People like little new habits. There might be a change >replacing the phrase "already in front" to "unobscured." Ok, from this discussion I have figured out that the title bar is gonna look significatly different. Now a question. I am just finishing up a nifty program that has an iconify gadget place just to the left of the depth gadgets. Is this going to break in 1.4? The way I get it to be there, and show on top of the drag bar is by: win=Openwindow(&nw); AddGadget(win,icongadget); I doubt that this would wwork well if I wanted to put a gadget to the right of the close gadget, since it would cover the title. Is there a better way to put extra gadgets in the title bar and have them not be disturbed by the drag bar, ot the title? If not, is there a way to do it in 1.4? I did try many different things with gadget flags, but only adding the gadget after opening the window worked. Oh, another wish, how about centering window and screen titles? Joe Porkka porkka@frith.egr.msu.edu