1XmRemoveWMProtocols(library call) XmRemoveWMProtocols(library call)
2
3
4
6 XmRemoveWMProtocols — A VendorShell convenience interface that removes
7 the protocols from the protocol manager and deallocates the internal
8 tables
9
11 #include <Xm/Xm.h>
12 #include <Xm/Protocols.h>
13 void XmRemoveWMProtocols(
14 Widget shell,
15 Atom * protocols,
16 Cardinal num_protocols);
17
19 XmRemoveWMProtocols is a convenience interface. It calls XmRemovePro‐
20 tocols with the property value set to the atom returned by interning
21 WM_PROTOCOLS.
22
23 shell Specifies the widget with which the protocol property is
24 associated
25
26 protocols Specifies the protocol atoms
27
28 num_protocols
29 Specifies the number of elements in protocols
30
31 For a complete definition of VendorShell and its associated resources,
32 see VendorShell(3).
33
35 VendorShell(3), XmAddWMProtocols(3), XmInternAtom(3), and XmRemovePro‐
36 tocols(3).
37
38
39
40 XmRemoveWMProtocols(library call)