XmIsMotifWMRunning(Xm) UNIX System V
NAME
XmIsMotifWMRunning - a function that specifies if the window
manager is running.
SYNOPSIS
#include <X11/Shell.h>
Boolean XmIsMotifWMRunning (shell)
Widget shell;
DESCRIPTION
XmIsMotifWMRunning lets a user know if the Motif Window
Manager is running on a screen that contains a specific
widget hierarchy. This function first sees whether the
MOTIFWMINFO property is present on the root window of the
shell's screen. If it is, it's window field is used to query
for the presence of the specified window as a child of root.
shell Specifies the shell whose screen will be tested for
MWM's presence.
RETURN VALUE
Returns true if Motif window manager is running.
(printed 2/14/90) XmIsMotifWMRunning(Xm)