Path: utzoo!attcan!uunet!lll-winken!lll-ncis!helios.ee.lbl.gov!nosc!ucsd!rutgers!apple!bbn!metasoft!alan From: alan@metasoft.UUCP (Alan Epstein) Newsgroups: comp.windows.x Subject: transientShellWidget iconification? Message-ID: <700@metasoft.UUCP> Date: 5 Jan 89 21:00:22 GMT Organization: Meta Software Corporation, Cambridge MA Lines: 29 The R3 docs indicate that transientShellWidgets "can be manipulated by the window manager but are not allowed to be iconified separately...". This does not seem to be the case under 'uwm'. The problem is that the transientShells are positioned not by uwm asking the user, but automatically using the XtNx & XtNy values. They ALSO are able to be iconified individually. What I'm doing is the following: I create a top level shell using XtCreateAppShell, passing 'applicationShellWidgetClass'. Then I make a formWidget as its child, and then some sub-children. Finally I call XtCreatePopupShell, passing 'transientShellWidgetClass', with its parent being the top level shell. (i also tried using the formWidget as its parent without difference). XtPopup maps the window. Any clues? ----------------------------- Alan Epstein Meta Software Corp UUCP: ...bbn!metasoft!alan 150 Cambridgepark Dr Internet/ARPA: alan%metasoft@bbn.com Cambridge, MA 02140 USA -----------------------------