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

NAME

6       XmAddWMProtocols  —  A  VendorShell convenience interface that adds the
7       protocols to the protocol manager and allocates the internal tables
8

SYNOPSIS

10       #include <Xm/Protocols.h>
11       void XmAddWMProtocols(
12       Widget shell,
13       Atom *protocols,
14       Cardinal num_protocols);
15

DESCRIPTION

17       XmAddWMProtocols is a convenience interface.  It  calls  XmAddProtocols
18       with the property value set to the atom returned by interning WM_PROTO‐
19       COLS.
20
21       shell     Specifies the widget with  which  the  protocol  property  is
22                 associated
23
24       protocols Specifies the protocol Atoms
25
26       num_protocols
27                 Specifies the number of elements in protocols
28
29       For  a complete definition of VendorShell and its associated resources,
30       see VendorShell(3).
31
33       VendorShell(3), XmAddProtocols(3), XmInternAtom(3), and  XmRemoveWMPro‐
34       tocols.
35
36
37
38                                                XmAddWMProtocols(library call)
Impressum