Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!stanford.edu!agate!ucbvax!metasoft.UUCP!alan From: alan@metasoft.UUCP Newsgroups: comp.windows.x.motif Subject: Text & resizeWidth Message-ID: <9105141343.AA19789@metasparc> Date: 14 May 91 13:43:31 GMT References: <910511013117.2033@sun.alfalfa.com> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 22 > As it turns out, widget writers, it is the PARENT'S responsiblity to > change the child's geometry during a resize request. It is not > sufficient to merely return XtGeometryYes. If the parent is doing the resize it should return Done. If it isn't it should return Yes. If that doesn't work then something is wrong. Well, reading the code for Xt/Geometry.c, it appears that returning Done would not cause XConfigureWindow to be executed. I believe that Yes makes the most sense here, with the parents geometry_manager making the actual change to the child's core part. Thanks again for your pointers. ----------------------------- Alan Epstein Meta Software Corp UUCP: ...bbn!metasoft!alan 150 Cambridgepark Dr Internet/ARPA: alan%metasoft@bbn.com Cambridge, MA 02140 USA -----------------------------