Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmActivateWMProtocol(3)     Library Functions Manual	 XmActivateWMProtocol(3)

NAME
     XmActivateWMProtocol  -- A VendorShell convenience interface that activates
     a protocol

SYNOPSIS
     #include <Xm/Protocols.h>
     void XmActivateWMProtocol(
     Widget shell,
     Atom protocol);

DESCRIPTION
     XmActivateWMProtocol is a convenience interface.  It calls XmActivateProto-
     col with the property value set to the atom returned by interning WM_PROTO-
     COLS.

     shell     Specifies the widget with which the protocol property is  associ-
	       ated

     protocol  Specifies the protocol Atom

     For  a complete definition of VendorShell and its associated resources, see
     VendorShell(3).

RELATED
     VendorShell(3), XmActivateProtocol(3), XmInternAtom(3), and  XmRemoveWMPro-
     tocols(3).

							 XmActivateWMProtocol(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmActivateWMProtocol&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help