home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / motif / 8865 < prev    next >
Encoding:
Text File  |  1993-01-27  |  879 b   |  26 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!think.com!paperboy.osf.org!moonshine!daniel
  3. From: daniel@moonshine.osf.org (Daniel Dardailler)
  4. Subject: Re: How to determine a widget type (shell widgets)
  5. Message-ID: <1993Jan26.220002.6447@osf.org>
  6. Sender: daniel@moonshine (Daniel Dardailler)
  7. Organization: Open Software Foundation, Motif Team
  8. References:  <JPG.93Jan20151857@holly.bnr.co.uk>
  9. Distribution: comp
  10. Date: Tue, 26 Jan 1993 22:00:02 GMT
  11. Lines: 13
  12.  
  13.  
  14. |> I need to find out if a widget is a dialogue shell or similar widget.  ie the
  15. |> widget at the top of the heirarchy for a certain window.
  16. |> 
  17. |> The XtIsShell() call will determine if a widget is a shell widget, but it will
  18. |> also find menushells which I want to be ignored.  Sooo, how can I find out
  19. |> what widget a widget is?
  20. |> 
  21.  
  22.  
  23. Motif defines a bunch of XmIs<widget> macros in the .h files,
  24. look there.
  25.  
  26.