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

NAME

6       XmActivateWMProtocol  —  A VendorShell convenience interface that acti‐
7       vates a protocol
8

SYNOPSIS

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

DESCRIPTION

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