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

XmDeactivateProtocol(3X)												  XmDeactivateProtocol(3X)

NAME
XmDeactivateProtocol - A VendorShell function that deactivates a protocol without removing it SYNOPSIS
#include <Xm/Xm.h> #include <Xm/Protocols.h> void XmDeactivateProtocol (shell, property, protocol) Widget shell; Atom property; Atom protocol; void XmDeactivateWMProtocol (shell, protocol) Widget shell; Atom protocol; DESCRIPTION
XmDeactivateProtocol deactivates a protocol without removing it. It updates the handlers and the property, if the shell is realized. It is sometimes useful to allow a protocol's state information (callback lists, etc.) to persist, even though the client may choose to tempo- rarily resign from the interaction. The main use of this capability is to gray/ungray f.send_msg entries in the Mwm system menu. This is supported by allowing a protocol to be in one of two states: active or inactive. If the protocol is active and the shell is realized, the property contains the protocol Atom. If the protocol is inactive, the Atom is not present in the property. XmDeactivateWMProtocol is a convenience interface. It calls XmDeactivateProtocol 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) For a complete definition of VendorShell and its associated resources, see VendorShell(3X). SEE ALSO
mwm(1X), VendorShell(3X), XmDeactivateWMProtocol(3X), XmInternAtom(3X) XmDeactivateProtocol(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