Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Which shell type should I use? Message-ID: <8911090113.AA19239@LYRE.MIT.EDU> Date: 9 Nov 89 01:13:27 GMT References: <8910262145.AA21692@expo.lcs.mit.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 13 >> (jik) >> I want to be able to use XtPopup and XtPopdown >> on the widget, as well, as being able to use the MenuPopup and >> MenuPopdown action procedures. It is my understanding that you can >> only use these functions with shells? > (kit) > You understand correctly. Looks like you had better start writing your own > functions and action routines :-) You could also subclass a shell (probably OverrideShell would be your best bet) and make the realize proc create a subwindow of the parent rather than a top-level window. Best of both worlds :-)