home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!think.com!paperboy.osf.org!moonshine!daniel
- From: daniel@moonshine.osf.org (Daniel Dardailler)
- Subject: Re: How to determine a widget type (shell widgets)
- Message-ID: <1993Jan26.220002.6447@osf.org>
- Sender: daniel@moonshine (Daniel Dardailler)
- Organization: Open Software Foundation, Motif Team
- References: <JPG.93Jan20151857@holly.bnr.co.uk>
- Distribution: comp
- Date: Tue, 26 Jan 1993 22:00:02 GMT
- Lines: 13
-
-
- |> I need to find out if a widget is a dialogue shell or similar widget. ie the
- |> widget at the top of the heirarchy for a certain window.
- |>
- |> The XtIsShell() call will determine if a widget is a shell widget, but it will
- |> also find menushells which I want to be ignored. Sooo, how can I find out
- |> what widget a widget is?
- |>
-
-
- Motif defines a bunch of XmIs<widget> macros in the .h files,
- look there.
-
-