home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!organ!ware
- From: ware@organ.cis.ohio-state.edu (Peter Ware)
- Subject: Re: How do you create a Modeless popup Widget?
- In-Reply-To: molly@krang.vis.citri.edu.au's message of Fri, 14 Aug 1992 04: 47:49 GMT
- Message-ID: <WARE.92Aug14113809@organ.cis.ohio-state.edu>
- Originator: ware@organ.cis.ohio-state.edu
- Sender: news@cis.ohio-state.edu (NETnews )
- Organization: Ohio State Computer Science
- References: <9222714.28570@mulga.cs.mu.OZ.AU>
- Date: Fri, 14 Aug 1992 16:38:09 GMT
- Lines: 13
-
- To create a modeless popup:
- XtPopup (shell, XtGrabNone)
- or if you want to do it from a callback, use
- XtCallbackNone ()
- the existing action, XtMenuPopup() attempts to be clever and
- won't work for you.
-
- --pete
- --
- Pete Ware / Ohio State University /
- ware@cis.ohio-state.edu
- (614) 538-0965
- Too bad the Nike slogan isn't "Just Do It Right" instead of "Just Do It"
-