Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xmaddprotocols(3x) [osf1 man page]

XmAddProtocols(3X)														XmAddProtocols(3X)

NAME
XmAddProtocols - A VendorShell function that adds the protocols to the protocol manager and allocates the internal tables SYNOPSIS
#include <Xm/Xm.h> #include <Xm/Protocols.h> void XmAddProtocols (shell, property, protocols, num_protocols) Widget shell; Atom property; Atom * protocols; Cardinal num_protocols; void XmAddWMProtocols (shell, protocols, num_protocols) Widget shell; Atom * protocols; Cardinal num_protocols; DESCRIPTION
XmAddProtocols adds the protocols to the protocol manager and allocates the internal tables. XmAddWMProtocols is a convenience interface. It calls XmAddProtocols with the property value set to the atom returned by interning WM_PRO- TOCOLS. Specifies the widget with which the protocol property is associated. Specifies the protocol property. Specifies the protocol Atoms (or int types cast to Atom). Specifies the number of elements in protocols. For a complete definition of VendorShell and its associated resources, see VendorShell(3X). SEE ALSO
VendorShell(3X), XmAddWMProtocols(3X), XmInternAtom(3X) XmAddProtocols(3X)

Check Out this Related Man Page

XmAddProtocolCallback(3X)												 XmAddProtocolCallback(3X)

NAME
XmAddProtocolCallback - A VendorShell function that adds client callbacks for a protocol SYNOPSIS
#include <Xm/Xm.h> #include <Xm/Protocols.h> void XmAddProtocolCallback (shell, property, protocol, callback, closure) Widget shell; Atom property; Atom protocol; XtCallbackProc callback; XtPointer closure; void XmAddWMProtocolCallback (shell, protocol, callback, closure) Widget shell; Atom protocol; XtCallbackProc callback; XtPointer closure; DESCRIPTION
XmAddProtocolCallback adds client callbacks for a protocol. It checks if the protocol is registered, and if it is not, calls XmAddProto- cols. It then adds the callback to the internal list. These callbacks are called when the corresponding client message is received. XmAddWMProtocolCallback is a convenience interface. It calls XmAddProtocolCallback with the property value set to the atom returned by interning WM_PROTOCOLS. Specifies the widget with which the protocol property is associated. Specifies the protocol property. Specifies the protocol Atom (or an int type cast to Atom). Specifies the procedure to call when a protocol message is received. Specifies the client data to be passed to the callback when it is invoked. For a complete definition of VendorShell and its associated resources, see VendorShell(3X). SEE ALSO
VendorShell(3X), XmAddProtocols(3X), XmAddWMProtocolCallback(3X), XmInternAtom(3X) XmAddProtocolCallback(3X)
Man Page

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Urgent: find some strings in all the tables

Hi ,, I want to write a shell script to search following strings values in columns of all the tables in the database: BO_OPSWAP,BOOPSWAP FO_OPSWAP,FOOPSWAP, OPSWP not swapwire please help on this.. it's quite urgent....... i 'm working on UNIX AIX servers....and using sqlplus... (1 Reply)
Discussion started by: unknown123
1 Replies

2. Shell Programming and Scripting

How to trigger workflow manager through shell script?

I am new to siebel workflow manager. Can anyone help me regarding the shell script which will trigger siebel workflow manager. I want a sample shell script to trigger workflow manager. Thanks in advance. (2 Replies)
Discussion started by: siri_886
2 Replies

3. IP Networking

what are L2,L3 protocols.

hello forum members, What are L2 and L3 Protocols and can u brief me a bit little ie to gain a basic knowledge. Thanks & Regards Rajkumar g (1 Reply)
Discussion started by: rajkumar_g
1 Replies

4. Shell Programming and Scripting

Advance file parsing...

hi all i have a file of the format Time(starting from 0 in asc order) bytes service flags protocols e.g. 0, 0, 0, 56, 56 1, 524, 3, 6, 75 1, 624, 0, 43, 53 2, 72, 0, 43, 80 3, ... (1 Reply)
Discussion started by: vaibhavkorde
1 Replies

5. Shell Programming and Scripting

Reading a property file through shell script???

Hi! i need a script that can read a property file. i.e., A script to read a "property" from property file. Read the property value and based on value of property, decide whether to start the some dataload activity or not. Its urngent. Can anyone help me out???:( (7 Replies)
Discussion started by: sukhdip
7 Replies

6. AIX

How to disable insecure protocols?

Hello all, planning to secure AIX sever by disabling insecure protocols/cipher suites; got the below requirements from secuirty team. 1.configure the server to disable support for DES and IDEA cipher suites 2.disable insecure TLS/SSL protocol support Configure the server to... (4 Replies)
Discussion started by: Kumar7997
4 Replies