1XmIsMotifWMRunning(library call)              XmIsMotifWMRunning(library call)
2
3
4

NAME

6       XmIsMotifWMRunning — A function that determines whether the window man‐
7       ager is running
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       Boolean XmIsMotifWMRunning(
12       Widget shell);
13

DESCRIPTION

15       XmIsMotifWMRunning lets a user know whether the Motif Window Manager is
16       running  on  a  screen that contains a specific widget hierarchy.  This
17       function first sees whether the _MOTIF_WM_INFO property is  present  on
18       the  root  window  of the shell's screen. If it is, its window field is
19       used to query for the presence of the specified window as  a  child  of
20       root.
21
22       shell     Specifies  the  shell  whose  screen will be tested for mwm's
23                 presence.
24

RETURN

26       Returns True if MWM is running.
27
28
29
30                                              XmIsMotifWMRunning(library call)
Impressum