Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: swick@athena.mit.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Intrinsics or twm problem Message-ID: <9101241939.AA09591@lyre.MIT.EDU> Date: 24 Jan 91 19:39:04 GMT References: <1991Jan24.153218.9647@cicb.fr> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 9 pop = XtVaCreatePopupShell("pop",wmShellWidgetClass,toplevel,XtNx,x-width, XtNy,y-height, ... Try constructing a geometry string and specifying XtNgeometry rather than the separate resources. (The Shell widget doesn't export the flags in the window manager hints directly, so you have to take an indirect approach).