GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XmInternAtom(3) FreeBSD Library Functions Manual XmInternAtom(3)

XmInternAtom — A macro that returns an atom for a given name

#include <Xm/AtomMgr.h>
Atom XmInternAtom(
Display * display,
String name,
Boolean only_if_exists);

XmInternAtom returns an atom for a given name. The returned atom remains defined even after the client's connection closes. The returned atom becomes undefined when the last connection to the X server closes.
display
Specifies the connection to the X server
name
Specifies the name associated with the atom you want returned. The value of name is case dependent.
only_if_exists
Specifies a Boolean value. If False, the atom is created even if it does not exist. (If it does not exist, the returned atom will be None.) If True, the atom is created only if it exists.

Returns an atom.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.