Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-pcd!hpcvlx!ben From: ben@hpcvlx.cv.hp.com (Benjamin Ellsworth) Newsgroups: comp.windows.x Subject: Re: How do I tell parent widget to resize after explicit child resize? Message-ID: <100920230@hpcvlx.cv.hp.com> Date: 15 Jun 90 16:56:16 GMT References: <9006141515.AA09581@bach.cs.byu.edu> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 10 XtResizeWidget called from the application is almost always a bad thing. Only the widget hears about the resize; the parent is NOT notified. You should be using SetValues of width and height. --- Ben