Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: converse@expo.lcs.mit.EDU Newsgroups: comp.windows.x Subject: Re: Help - resizing Athena widgets Message-ID: <9101041618.AA02924@excess.lcs.mit.edu> Date: 4 Jan 91 16:17:59 GMT References: <1991Jan3.053442.6086@mel.dit.csiro.au> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 15 > Could someone tell me how I might be able to resize [...] > a widget under a popup widget > and have the popup widget resizing to fit all of these when > necessary without having to go into the internals of widgets. The shell widget has a resource named XtNallowShellResize which you should read about. It must be set to True, or the shell will deny resize requests from its child. As for popups in general, there is an example in the MIT R4 release in the examples/Xaw directory. Donna Converse