home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / windows / x / 15249 < prev    next >
Encoding:
Text File  |  1992-08-14  |  961 b   |  27 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!organ!ware
  3. From: ware@organ.cis.ohio-state.edu (Peter Ware)
  4. Subject: Re: How do you create a Modeless popup Widget?
  5. In-Reply-To: molly@krang.vis.citri.edu.au's message of Fri, 14 Aug 1992 04: 47:49 GMT
  6. Message-ID: <WARE.92Aug14113809@organ.cis.ohio-state.edu>
  7. Originator: ware@organ.cis.ohio-state.edu
  8. Sender: news@cis.ohio-state.edu (NETnews        )
  9. Organization: Ohio State Computer Science
  10. References: <9222714.28570@mulga.cs.mu.OZ.AU>
  11. Date: Fri, 14 Aug 1992 16:38:09 GMT
  12. Lines: 13
  13.  
  14. To create a modeless popup:
  15.     XtPopup (shell, XtGrabNone)
  16. or if you want to do it from a callback, use
  17.     XtCallbackNone ()
  18. the existing action, XtMenuPopup() attempts to be clever and
  19. won't work for you.
  20.  
  21. --pete
  22. --
  23. Pete Ware / Ohio State University /
  24.            ware@cis.ohio-state.edu
  25.            (614) 538-0965
  26. Too bad the Nike slogan isn't "Just Do It Right" instead of "Just Do It"
  27.