Path: utzoo!attcan!uunet!husc6!ogccse!blake!uw-beaver!cornell!mailrus!tut.cis.ohio-state.edu!unmvax!gatech!utkcs2!alphard!battle From: battle@alphard.cs.utk.edu (David Battle) Newsgroups: comp.windows.x Subject: Poping up shells Summary: How do you sidestep the window manager (uwm) Keywords: toolkits widgets popup-shells Message-ID: <857@utkcs2.cs.utk.edu> Date: 28 Apr 89 00:05:38 GMT Sender: news@utkcs2.cs.utk.edu Reply-To: battle@utkcs2.cs.utk.edu (David L. Battle) Followup-To: comp.windows.x Distribution: na Organization: Environmental Sciences Division: Oak Ridge National Laboratories Lines: 14 This is probably a silly question, but when I pop up a shell widget with the following code, I have to place it with the the window manager before it shows up. I want it to just pop up where ever the cursor is. What should I be doing differently? newshell = XtCreatePopupShell("myshell", shellWidgetClass, w, 0, 0); /* ... create some children for the shell ... */ XtPopup(newshell, XtGrabExclusive); -David L. Battle battle@utkcs2.cs.utk.edu battle@esddlb.esd.ornl.gov