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

NAME

6       XmDeactivateWMProtocol — A VendorShell convenience interface that deac‐
7       tivates a protocol without removing it
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       #include <Xm/Protocols.h>
12       void XmDeactivateWMProtocol(
13       Widget shell,
14       Atom protocol);
15

DESCRIPTION

17       XmDeactivateWMProtocol is a convenience interface.  It calls  XmDeacti‐
18       vateProtocol  with  the  property  value  set  to  the atom returned by
19       interning WM_PROTOCOLS.
20
21       shell     Specifies the widget with  which  the  protocol  property  is
22                 associated
23
24       protocol  Specifies the protocol atom
25
26       For  a complete definition of VendorShell and its associated resources,
27       see VendorShell(3).
28
30       VendorShell(3), XmActivateWMProtocol(3),  XmDeactivateProtocol(3),  and
31       XmInternAtom(3).
32
33
34
35                                          XmDeactivateWMProtocol(library call)
Impressum